Skip to content

Commit

Permalink
Merge pull request #191 from oat-sa/backport/AUT-198/allow-user-to-mo…
Browse files Browse the repository at this point in the history
…ve-class

fix: enable user to move class with test takers
  • Loading branch information
bartlomiejmarszal authored Jul 21, 2021
2 parents 3d81db4 + 7ed0748 commit 7ea7eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/TestTaker.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public function editSubject()
/**
* overwrite the parent moveAllInstances to add the requiresRight only in TestTakers
* @see tao_actions_TaoModule::moveResource()
* @requiresRight uri WRITE
* @requiresRight classUri WRITE
*/
public function moveResource()
{
Expand Down

0 comments on commit 7ea7eb1

Please sign in to comment.