Feature #88731
closedImprove user experience for ajax request in the list module
100%
Description
Recently some editors were affected by an improvable user experience in the list module.
If one clicks a button on a record row, which triggers an ajax request, multiple times, the request of course gets executed multiple times. This is very bad behaviour. In the specific case an editor wanted to localize a record by clicking the flag button in the record row. Because the default record had many relations the operation took some time. The editor didn't get feedback for the running operation. This is why he clicks the button again and again. This leds to a couple of errors:- huge number of duplicated relations within the localized record
- multiple error messages e.g. "Translation for record X already exists"
- lose the possibility to edit the record because of his many relations (Timeout on opening the record)
Surely this is not a bug, but bad user experience.
Therefor I would suggest some feedback for the editor like a "loading spinner" while the operation is ongoing or simply disabling the button after it was clicked once to protect the editor from performing the same operation multiple times.
Updated by Daniel Windloff over 5 years ago
- Related to Story #82206: list module enhancements/bugfixes added
Updated by Gerrit Code Review over 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61411
Updated by Gerrit Code Review over 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61411
Updated by Gerrit Code Review over 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61411
Updated by Gerrit Code Review over 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61420
Updated by Oliver Bartsch over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a6e009e8064df443ab84c8a17bdc23689a614b32.