stable

Clone or download

Read-only

feat: Display artifact title in tooltip

When a semantic title is set on an artifact, its title is displayed on every tooltips that reference it. If no title, then no title :) Part of story #26777: have artifact tooltips on roadmap Change-Id: I9bdf1bd38d12f2202a131b3fa38e731cfb30029c

Modified Files

Name
M lib/frontend/tooltip/src/tooltip.js +6 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Artifact.php +17 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tooltip/TooltipFetcher.php +8 −3 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +7 −9 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Tooltip/TooltipFetcherTest.php +21 −15 Go to diff View file
M src/common/Reference/ReferenceGetTooltipRepresentationEvent.php +0 −2 Go to diff View file