stable

Clone or download

Read-only

Display hierarchy of folder in read only

story #9514: change an artifact from one folder to another When you are viewing an artifact in read only mode, if this artifact is in a folder that has a deep hierarchy, you should be able to see this hierarchy so that you don't loose context. The hierarchy is displayed the same way as in Folder column in Folder tab. Change-Id: Ifd94d980161064d005050e9ecfb0e96f034b8393

Modified Files

Name
M plugins/artifactsfolders/include/Folder/ArtifactLinkInformationPrepender.php +35 −15 Go to diff View file
M plugins/artifactsfolders/include/Folder/ArtifactPresenterBuilder.php +11 −61 Go to diff View file
M plugins/artifactsfolders/include/Folder/DataFromRequestAugmentor.php +14 −8 Go to diff View file
D plugins/artifactsfolders/include/Folder/FolderForArtifactGoldenRetriever.php +0 −56 Go to diff View file
A plugins/artifactsfolders/include/Folder/HierarchyOfFolderBuilder.php +97 −0 Go to diff View file
M plugins/artifactsfolders/include/artifactsfoldersPlugin.class.php +18 −11 Go to diff View file
M plugins/artifactsfolders/include/autoload.php +3 −3 Go to diff View file