Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #797 from grtjn/725-triggers-root
Browse files Browse the repository at this point in the history
Fixed #725: adjusted root and path in sample triggers-config
  • Loading branch information
RobertSzkutak committed Jul 28, 2017
2 parents 327512e + 2e9b73c commit 42ec836
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/sample/triggers-config.sample.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</trgr:data-event>
<trgr:module>
<trgr:database>${modules-db}</trgr:database>
<trgr:root>/triggers/</trgr:root>
<trgr:path>log-create.xqy</trgr:path>
<trgr:root>/</trgr:root>
<trgr:path>triggers/log-create.xqy</trgr:path>
</trgr:module>
<trgr:enabled>true</trgr:enabled>
<trgr:permissions>
Expand All @@ -40,8 +40,8 @@
</trgr:database-online-event>
<trgr:module>
<trgr:database>${modules-db}</trgr:database>
<trgr:root>/triggers/</trgr:root>
<trgr:path>log-create.xqy</trgr:path>
<trgr:root>/</trgr:root>
<trgr:path>triggers/log-create.xqy</trgr:path>
</trgr:module>
<trgr:enabled>true</trgr:enabled>
<trgr:permissions>
Expand Down

0 comments on commit 42ec836

Please sign in to comment.