Skip to content

Commit

Permalink
MIR-1350 load permission data from resource URI
Browse files Browse the repository at this point in the history
  • Loading branch information
toKrause committed Sep 4, 2024
1 parent ede163a commit 9dddd16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<commands>
<command file="resource:setup/acl/permissions.xml">load permissions data from file {file}</command>
<command file="resource:setup/acl/permissions.xml">load permissions data from {file}</command>

<command file="resource:setup/acl/grant-all.xml" describedBy="always allowed">update permission read for id default with rule {file} described by {describedBy}</command>
<command file="resource:setup/acl/grant-admin.xml" describedBy="administrators only">update permission writedb for id default with rule {file} described by {describedBy}</command>
Expand Down

0 comments on commit 9dddd16

Please sign in to comment.