stable
Clone or download
Read-only
The default is the new UI. If user wants to switch to the old UI, site administrator have to enable the corresponding project with a feature flag. tuleap config-set feature_flag_allow_temporary_access_to_old_ui_that_will_be_removed_soon 101,102,… Part of story #26808: have document part of Community Edition Change-Id: Iea3ec4c4ae66e4f71e915ff75d4b4f4e8c0e867c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/docmanPlugin.php | +1 | −0 | Go to diff View file |
M | plugins/document/include/Tree/DocumentTreePresenter.php | +3 | −0 | Go to diff View file |
A | plugins/document/include/Tree/SwitchToOldUi.php | +47 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/App.test.js | +4 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/App.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/index.js | +2 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/configuration/index.ts | +1 | −0 | Go to diff View file |
M | plugins/document/templates/document-tree.mustache | +1 | −0 | Go to diff View file |
A | plugins/document/tests/unit/Tree/SwitchToOldUiTest.php | +79 | −0 | Go to diff View file |