stable

Clone or download

Read-only

User should see the old docman by defaut

part of story #10722 Modal new document for files How to reproduce: Have a user with no preference for ui in docman: - he should be redirected on old ui by default - he can browse/edit... on legacy ui - switch to old/new ui should work as usual Change-Id: Iad26b5acf229d9bef0f7e0dc6d9ee0aad8663024

Modified Files

Name
A plugins/docman/db/mysql/updates/2019/201901231543_remove_no_more_used_user_preference.php +43 −0 Go to diff View file
M plugins/docman/include/ExternalLinks/DocmanHTTPControllerProxy.php +1 −1 Go to diff View file
M plugins/docman/include/ExternalLinks/ExternalLinkRedirector.php +4 −4 Go to diff View file
M plugins/docman/phpunit/ExternalLinks/ExternalLinkRedirectorTest.php +20 −5 Go to diff View file
M plugins/document/include/Tree/DocumentTreeController.php +1 −1 Go to diff View file
M plugins/document/scripts/document/api/rest-querier.js +7 −13 Go to diff View file
M plugins/document/scripts/document/api/rest-querier.spec.js +6 −10 Go to diff View file
M plugins/document/scripts/document/store/actions.js +2 −2 Go to diff View file
M plugins/document/scripts/document/store/actions.spec.js +6 −6 Go to diff View file