Skip to content

Commit

Permalink
Revert "SVY-19686 add special dataprovider properties support for JSM…
Browse files Browse the repository at this point in the history
…enu"

This reverts commit 79f4fd1.
  • Loading branch information
jcompagner committed Dec 20, 2024
1 parent bf69c81 commit 1c12508
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dbtreeview/dbtreeview.spec
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"isInitialized": { "type": "boolean", "default":false, "tags": {"scope" : "private", "allowaccess": "enabled"}, "pushToServer": "allow"},
"showLoadingIndicator": {"type": "boolean", "default": true},
"styleClass" : { "type" :"styleclass", "tags": { "scope" :"design" }, "values" :[]},
"actions": {"type":"action[]", "tags": { "scope": "private" }},
"servoyMenu": {"type" :"JSMenu", "tags": { "scope" :"private", "doc" :"Hidden property, just for adding the dataproviders for menu items"}, "pushToServer": "shallow", "extraPropertiesCategory" : "DBTreeView","extraProperties": { "hasCheckbox" : { "type" : "boolean", "default": false, "pushToServer": "allow"},"checkboxValue" : { "type" : "boolean", "default": false, "pushToServer": "allow"}}}
"actions": {"type":"action[]", "tags": { "scope": "private" }}
},
"handlers": {
"onReady": {
Expand Down

0 comments on commit 1c12508

Please sign in to comment.