-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from moqui/master
Updating master branch
- Loading branch information
Showing
30 changed files
with
596 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
This software is in the public domain under CC0 1.0 Universal plus a | ||
Grant of Patent License. | ||
To the extent possible under law, the author(s) have dedicated all | ||
copyright and related and neighboring rights to this software to the | ||
public domain worldwide. This software is distributed without any | ||
warranty. | ||
You should have received a copy of the CC0 Public Domain Dedication | ||
along with this software (see the LICENSE.md file). If not, see | ||
<http://creativecommons.org/publicdomain/zero/1.0/>. | ||
--> | ||
<eecas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-eca-2.1.xsd"> | ||
<eeca id="DbFormCache" entity="moqui.screen.form.DbForm" on-create="true" on-update="true" on-delete="true"> | ||
<actions><script>ec.cache.getCache('screen.form.db.node').remove(formId)</script></actions></eeca> | ||
<eeca id="DbFormFieldCache" entity="moqui.screen.form.DbFormField" on-create="true" on-update="true" on-delete="true"> | ||
<actions><script>ec.cache.getCache('screen.form.db.node').remove(formId)</script></actions></eeca> | ||
<eeca id="DbFormFieldOptionCache" entity="moqui.screen.form.DbFormFieldOption" on-create="true" on-update="true" on-delete="true"> | ||
<actions><script>ec.cache.getCache('screen.form.db.node').remove(formId)</script></actions></eeca> | ||
<eeca id="DbFormFieldEntOptsCache" entity="moqui.screen.form.DbFormFieldEntOpts" on-create="true" on-update="true" on-delete="true"> | ||
<actions><script>ec.cache.getCache('screen.form.db.node').remove(formId)</script></actions></eeca> | ||
<eeca id="DbFormFieldEntOptsCondCache" entity="moqui.screen.form.DbFormFieldEntOptsCond" on-create="true" on-update="true" on-delete="true"> | ||
<actions><script>ec.cache.getCache('screen.form.db.node').remove(formId)</script></actions></eeca> | ||
<eeca id="DbFormFieldEntOptsOrderCache" entity="moqui.screen.form.DbFormFieldEntOptsOrder" on-create="true" on-update="true" on-delete="true"> | ||
<actions><script>ec.cache.getCache('screen.form.db.node').remove(formId)</script></actions></eeca> | ||
</eecas> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.