You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The copyright to the computer software herein is the property of IntegrIT S.A.
5
-
* The software may be used and/or copied only with the written permission of
6
-
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
7
-
* the agreement/contract under which the software has been supplied.
5
+
* The software may be used and/or copied only with the written permission of
6
+
* IntegrIT S.A. or in accordance with the terms and conditions stipulated in
7
+
* the agreement/contract under which the software has been supplied.
8
8
In order to define custom properties for any object's properties pane, you may copy/paste from the following,
9
9
making sure that you maintain a proper JSON format.
10
10
@@ -69,8 +69,8 @@ making sure that you maintain a proper JSON format.
69
69
]
70
70
},
71
71
// “groupInput” can have the following states - 0 items, 1 item, and many items.
72
-
// “blockInput” has only 2 states - 0 items or 1 item.
73
-
// This gives us an easy way to represent it as an object and not as an array internally which is beneficial for processing
72
+
// “blockInput” has only 2 states - 0 items or 1 item.
73
+
// This gives us an easy way to represent it as an object and not as an array internally which is beneficial for processing
74
74
// and forward-engineering in particular.
75
75
{
76
76
"propertyName": "Block",
@@ -98,7 +98,7 @@ making sure that you maintain a proper JSON format.
98
98
"propertyKeyword": "keyList",
99
99
"propertyType": "fieldList",
100
100
"template": "orderedList"
101
-
},
101
+
},
102
102
{
103
103
"propertyName": "List with attribute",
104
104
"propertyKeyword": "keyListOrder",
@@ -162,6 +162,12 @@ making sure that you maintain a proper JSON format.
162
162
"propertyKeyword": "security_barrier",
163
163
"propertyType": "checkbox",
164
164
"propertyTooltip": "This should be used if the view is intended to provide row-level security."
165
+
},
166
+
{
167
+
"propertyName": "Security invoker",
168
+
"propertyKeyword": "security_invoker",
169
+
"propertyType": "checkbox",
170
+
"propertyTooltip": "This option causes the underlying base relations to be checked against the privileges of the user of the view rather than the view owner."
165
171
}
166
172
]
167
173
},
@@ -420,4 +426,4 @@ making sure that you maintain a proper JSON format.
0 commit comments