[MNT-25478] Add Information dialog for nodes and dialog for additional location references (#5041)

* [MNT-25478] Add Information dialog for nodes and dialog for additional location references

* [MNT-25478] CR fixes

* [MNT-25478] CR fixes

* [MNT-25478] Unit test fix

* [MNT-25478] E2E locator fixes

* [MNT-25478] E2E locator fixes

* [MMNT-25478] Add cm:contains to secondary parents API call

* [MMNT-25478] Small fix

* [MNT-25478] First e2e fixes

* more fixes for e2es

* last e2e fixes

---------

Co-authored-by: Adam Świderski <adam.tomasz.swiderski@gmail.com>
This commit is contained in:
Michal Kinas
2026-02-18 12:27:32 +01:00
committed by GitHub
co-authored by Adam Świderski
parent 0f7bd89263
commit 4204745227
36 changed files with 1636 additions and 626 deletions
+13 -7
View File
@@ -267,7 +267,8 @@
"LOCATION": "Location",
"SIZE": "Size"
},
"UNKNOWN_LOCATION": "Unknown",
"UNKNOWN_LOCATION": "You do not have permission to view the location of this document.",
"VIEW_ADDITIONAL_LOCATIONS": "View additional references locations",
"NO_RESULTS": "Your search returned 0 results",
"EMPTY_SEARCH": "Search term required",
"NO_FILTER_RESULTS": "Your filter returned 0 results",
@@ -312,7 +313,7 @@
"EDIT_OFFLINE_CANCEL": "Cancel Editing",
"CHANGE_ASPECT": "Edit Aspects",
"ADD_ASPECTS": "Add Aspects",
"FOLDER_INFO": "Folder Information"
"NODE_INFO": "Information"
},
"DIALOGS": {
"CONFIRM_PURGE": {
@@ -480,19 +481,24 @@
"CANCEL": "Cancel",
"SAVE": "Save"
},
"FOLDER_INFO": {
"ICON": "Folder Icon",
"TITLE": "Folder Information",
"NODE_INFO": {
"ICON": "Node Icon",
"TITLE": "Information",
"SIZE" : "Size",
"NUMBER_OF_FILES": "Number of files",
"CALCULATING": "Calculating...",
"CALCULATED_SIZE_LARGE": "{{sizeInBytes}} bytes ({{sizeInLargeUnit}} {{unit}} on disk)",
"CALCULATED_SIZE_NORMAL": "{{sizeInBytes}} bytes",
"LOCATION": "Location",
"REFERENCED": "Referenced",
"CREATED": "Created",
"MODIFIED": "Modified",
"DONE": "Done",
"ERROR": "Something went wrong, please close this dialog and try again"
},
"ADDITIONAL_REFERENCES_DIALOG": {
"TITLE": "Additional Reference Locations",
"NO_LOCATIONS": "{{ name }} is not referenced in any locations.",
"DESCRIPTION": "{{ name }} is currently referenced in these locations.",
"CLOSE": "Close"
}
},
"NODE_SELECTOR": {