stable

Clone or download

Read-only

Display folder tab

This is part of story #9468 import folders A tab is diplayed in the artifact view if at least one tracker of the project uses artifact folders. This tab is not clickable for now. How to test it ? ---------------- * Uninstall and reinstall artifactsfolders plugin * Add a tracker id by hand in the database (table plugin_artifactsfolders_tracker_usage) * Display an artifact in edit mode Change-Id: I88db71b183ef459ddf6c19d52f4b7eb3cdeebf27

Modified Files

Name
A plugins/artifactsfolders/db/install.sql +3 −0 Go to diff View file
A plugins/artifactsfolders/db/uninstall.sql +1 −0 Go to diff View file
A plugins/artifactsfolders/include/Folder/ArtifactView.php +60 −0 Go to diff View file
A plugins/artifactsfolders/include/Folder/Dao.php +39 −0 Go to diff View file
A plugins/artifactsfolders/include/Folder/FolderUsageRetriever.php +66 −0 Go to diff View file
M plugins/artifactsfolders/include/artifactsfoldersPlugin.class.php +30 −0 Go to diff View file
M plugins/artifactsfolders/include/autoload.php +5 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/View/View.class.php +7 −6 Go to diff View file