stable

Clone or download

Read-only

Refactoring: use tailored route to retrieve children

part of story #9468 import folders In order to be able to display Folder column for children, the main rest route is not anymore suitable. This commit prepare the field by implementing the ajax call without providing folders yet. No functional changes. Change-Id: I52bc6155ec9bb4f3ce3d9f67058b1fef518b89c0

Modified Files

Name
A plugins/artifactsfolders/include/Folder/ArtifactPresenterBuilder.php +97 −0 Go to diff View file
A plugins/artifactsfolders/include/Folder/Controller.php +47 −0 Go to diff View file
M plugins/artifactsfolders/include/Folder/PresenterBuilder.php +9 −39 Go to diff View file
A plugins/artifactsfolders/include/Folder/Router.php +97 −0 Go to diff View file
M plugins/artifactsfolders/include/artifactsfoldersPlugin.class.php +20 −2 Go to diff View file
M plugins/artifactsfolders/include/autoload.php +5 −2 Go to diff View file
A plugins/artifactsfolders/www/index.php +32 −0 Go to diff View file
M plugins/artifactsfolders/www/scripts/rollup.js +14 −33 Go to diff View file