-
Notifications
You must be signed in to change notification settings - Fork 0
Open
umbraco/Umbraco-CMS
#20486Labels
Description
Which Umbraco Forms version are you using? (Please write the exact version, example: 13.4.0)
16.0.0
Which Umbraco version are you using? (Please write the exact version, example: 13.5.2)
16.0.0
Issue summary
When managing entries recorded from a form input within the backoffice it is not possible to click the view entries button on another entry after a subsequent entry has been deleted.
The only way that it is possible to view the entry after an entry has been deleted is to refresh the page.
Specifics
After deleting an entry and attempting to click the 'view entries' button the row is selected as if it was being highlighted for deletion - this appears to happen where ever you try and click within a row of the entry table. It is as if the state has been changed by the delete event but once the selection has been deleted the state is not reverted.
Steps to reproduce
- Go to Forms from the backoffice menu
- Click 'View Entries' for the specific Form with the entries in the backoffice
- Tick box next to one of the submitted entries
- From the banner that appears at the bottom of the screen, select delete
- Attempt to click 'Entry Details' on another non deleted entry.
Expected result / actual result
Ability to click the 'view entries' button once the selection has been deleted.