-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Teamcity
committed
Apr 12, 2024
1 parent
242aa36
commit 972bfee
Showing
7 changed files
with
51 additions
and
59 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
/** | ||
* Copyright © 2016-2022 by IntegrIT S.A. dba Hackolade. All rights reserved. | ||
* | ||
* The copyright to the computer software herein is the property of IntegrIT S.A. | ||
* The software may be used and/or copied only with the written permission of | ||
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in | ||
* the agreement/contract under which the software has been supplied. | ||
* | ||
* { | ||
* "add": { | ||
* "entity": [<names of new property>], | ||
* "container": [<names of new property>], | ||
* "model": [<names of new property>], | ||
* "view": [<names of new property>], | ||
* "field": { | ||
* "<type>": [<names of new property>] | ||
* } | ||
* }, | ||
* "delete": { | ||
* "entity": [<names of new property>], | ||
* "container": [<names of new property>], | ||
* "model": [<names of new property>], | ||
* "view": [<names of new property>], | ||
* "field": { | ||
* "<type>": [<names of new property>] | ||
* } | ||
* }, | ||
* "modify": { | ||
* "entity": [ | ||
* { | ||
* "from": { <properties that identify record> }, | ||
* "to": { <properties that need to be changed> } | ||
* } | ||
* ], | ||
* "container": [], | ||
* "model": [], | ||
* "view": [], | ||
* "field": [] | ||
* }, | ||
* } | ||
*/ | ||
{ | ||
"modify": { | ||
"container": [["validateContainer", "name", "code"]], | ||
"entity": [["validateEntity", "collectionName", "code"]], | ||
"field": [["validateField", "name", "code"]] | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.