stable
Clone or download
Read-only
fix request #31155 Cannot set permissions back to "have access to all artifacts" to registered_users
How to test: 1. Set tracker permissions to "artifacts they have submitted" for registered users, submit 2. Set tracker permissions to "access to all artifacts" for registered users, submit => tracker permissions should be "access to all artifacts" for registered users. Change-Id: Ied77b81c16617537b8358b2dd74087b80ecf8556
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Permission/ChainOfResponsibility/Anonymous.class.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/ChainOfResponsibility/Registered.class.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Permission/PermissionManagerTest.php | +23 | −1 | Go to diff View file |