apptension / saas-boilerplate

SaaS Boilerplate - Open Source and free SaaS stack that lets you build SaaS products faster in React, Django and AWS. Focus on essential business logic instead of coding repeatable features!
https://apptension.com/saas-boilerplate
MIT License
1.94k stars 206 forks source link

Notifications redirect to not existing CRUD items #598

Open SzramaApptension opened 1 week ago

SzramaApptension commented 1 week ago

Describe the bug

After you delete CRUD item, notification will still try to redirect you to not existing CRUD. I would expect a information that this CRUD item no longer exists.

Steps to reproduce

  1. Log in
  2. Click CRUD
  3. Click Add new item
  4. Provide name
  5. Click Save changes
  6. Click delete next to newly created CRUD item
  7. Click bell icon in top right corner
  8. Click on notification about creating CRUD item
  9. Notice that it redirects to empty CRUD item page {"data":{"crudDemoItem":null}}

System Info

Tested on QA environment

Logs

No response

Validations