stable

Clone or download

Read-only

Add the graph dependencies in actions button section

this is part of story #11347 have a UI to accesss Move artifact How to test: - make post-checkout - the "<<" thing is no more present - click on action : You should have a graph on dependency link link must work /!\ the old references section is dropped by this commit Change-Id: I706870baa2b017fb5ec4fb4e31061ecbd26bff66

Modified Files

Name
M plugins/tracker/build-manifest.json +0 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/ActionButtonPresenter.php +7 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactActionButtonPresenterBuilder.php +13 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactCopyButtonPresenterBuilder.php +2 −1 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactGraphDependenciesButtonPresenterBuilder.php +60 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactIncomingEmailButtonPresenterBuilder.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactMoveButtonPresenterBuilder.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactNotificationActionButtonPresenterBuilder.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/View/Edit.class.php +0 −52 Go to diff View file
M plugins/tracker/phpunit/Tracker/ActionButton/ArtifactMoveButtonPresenterBuilderTest.php +10 −6 Go to diff View file
M plugins/tracker/templates/action-buttons.mustache +8 −2 Go to diff View file
D plugins/tracker/www/scripts/TrackerArtifactReferences.js +0 −72 Go to diff View file
M plugins/tracker/www/themes/FlamingParrot/css/style.scss +8 −0 Go to diff View file
M plugins/tracker/www/themes/default/css/print.scss +1 −1 Go to diff View file
M plugins/tracker/www/themes/default/css/style.scss +2 −111 Go to diff View file