Actions
Feature #94601
closedInfo modal, add Page uid in "References to this item" for tt_content
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2021-07-20
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Use case: We want to delete a tt_content having multiple reference to it. We got the "References to this item" in the Info modal but only uid of the tt_content itself is shown, not the Page uid/title having the content. Editors are forced to open the tt_content to get the information about the page referencing the content.
Few possibilities:
- Add an hover with pid (and add Page title?) when mouse over when table is tt_content.
- Add a new column with pid and add the info when it makes sense.
Actions