Actions
Task #81238
openStreamline severity and message of delete modal
Status:
New
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2017-05-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Description
Story:¶
As an user I would like to know if a record or a file is moved to trash or deleted from database or file system.
Reference behavior:¶
Delete a tt_content record:- modal serverity warning (yellow).
- modal severity danger (red).
- warning → moved to trash
- danger → delete
Overview:¶
case | expected behavior | current behavior | example |
---|---|---|---|
TCA record with ctrl – delete and deleted = 0 | warning | warning | tt_content |
TCA record with ctrl – delete and deleted = 1 | danger | danger | tt_content |
TCA record without ctrl – delete | danger | warning | sys_domain |
Record without TCA | danger | warning | scheduler task |
File with recycler available and not in recycler | warning | warning | file |
File in recycler | danger | warning | file |
File without recycler | danger | warning | file |
Files
Updated by Riccardo De Contardi over 7 years ago
- Related to Bug #72124: Make it visual more clear which button of the confirm dialog is highlited added
Updated by Riccardo De Contardi over 6 years ago
- Related to Task #85144: Harmonize delete confirmation added
Updated by Riccardo De Contardi about 3 years ago
- Related to Task #95098: Modals use semantically wrong declaration added
Updated by Riccardo De Contardi 6 months ago
- Related to Task #101556: [UX] - Streamline Modals representation in backend added
Actions