Skip to content

Commit

Permalink
fix - Create a new upgrade plugin to add remove permissions to record…
Browse files Browse the repository at this point in the history
…ing files existing in private drive of users - EXO-75233

Befor this commit, some existing recordings added under a user private drive cannot be deleted. It's because of the current user don't have the remove permission non these files.
This upgrade plugin update these files bey adding the remove permission.
  • Loading branch information
mkrout committed Nov 14, 2024
1 parent 34f4214 commit 92af716
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<value-param>
<name>plugin.upgrade.target.version</name>
<description>The plugin target version of selected groupId</description>
<value>7.0.0</value>
<value>6.5.0</value>
</value-param>
<value-param>
<name>plugin.execution.order</name>
Expand Down

0 comments on commit 92af716

Please sign in to comment.