stable

Clone or download

Read-only

Display icon color next to document references

Have an artifact referencing (or referenced by) a document (eg a spreadsheet or a pdf file). The cross reference is displayingΒ : - the title of the document - its icon If document is not readable by the current user, then the cross reference is not anymore displayed. Part of story #17180 take into account gitlab commits Change-Id: I65c24115b6fcf67878752a901f209dcf8958b210

Modified Files

Name
A plugins/docman/include/Reference/CrossReferenceDocmanOrganizer.php +106 βˆ’0 Go to diff View file
A plugins/docman/include/Reference/DocumentFromReferenceValueFinder.php +51 βˆ’0 Go to diff View file
A plugins/docman/include/Reference/DocumentIconPresenter.php +44 βˆ’0 Go to diff View file
A plugins/docman/include/Reference/DocumentIconPresenterBuilder.php +68 βˆ’0 Go to diff View file
M plugins/docman/include/docmanPlugin.php +25 βˆ’23 Go to diff View file
M plugins/docman/include/tooltip-title.mustache +5 βˆ’81 Go to diff View file
A plugins/docman/tests/unit/Reference/CrossReferenceDocmanOrganizerTest.php +262 βˆ’0 Go to diff View file
A plugins/docman/tests/unit/Reference/DocumentIconPresenterBuilderTest.php +44 βˆ’0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/CrossReference/CrossReferenceArtifactOrganizer.php +2 βˆ’2 Go to diff View file
M plugins/tracker/templates/form-element/reference/cross_reference.mustache +10 βˆ’3 Go to diff View file
M plugins/tracker/themes/FlamingParrot/css/style.scss +11 βˆ’7 Go to diff View file
M plugins/tracker/themes/default/css/includes/_cross-references-fields.scss +18 βˆ’0 Go to diff View file
M src/common/Reference/TitleBadgePresenter.php +16 βˆ’1 Go to diff View file
M tests/unit/common/Reference/CrossReferencePresenterTest.php +1 βˆ’1 Go to diff View file
A tests/unit/common/Reference/TitleBadgePresenterTest.php +49 βˆ’0 Go to diff View file