Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin UI: fixed some minor issues when deleting items #2403

Merged
merged 3 commits into from
Feb 23, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Changeset
  • Loading branch information
Vultraz committed Feb 23, 2020
commit 35c77b8b26b2c256a655d21e3092af682370f270
7 changes: 7 additions & 0 deletions .changeset/light-planets-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@keystonejs/app-admin-ui': patch
---

Resolved two history issues when deleting items:
- Fixed being able to go back to a now-invalid item entry
- Fixed being able to remain on an item page even after it was deleted if it had unsaved data at the time.