Browse Source

enabled field is read only

tags/v0.5.0
Jonathan Cobb 5 years ago
parent
commit
853280fcea
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      bubble-server/src/main/resources/models/apps/bubble_block/bubbleApp_bubbleBlock.json
  2. +1
    -1
      bubble-web

+ 1
- 1
bubble-server/src/main/resources/models/apps/bubble_block/bubbleApp_bubbleBlock.json View File

@@ -30,7 +30,7 @@
{"name": "url", "type": "http_url"},
{"name": "testUrl", "type": "http_url"},
{"name": "tags"},
{"name": "enabled", "type": "flag"},
{"name": "enabled", "type": "flag", "mode": "readOnly"},
{"name": "rule"}
],
"configViews": [{


+ 1
- 1
bubble-web

@@ -1 +1 @@
Subproject commit 88b12bd4be622c1c839550686b944ff6dff3be26
Subproject commit 88fea1ecae5d88deb8cbec4c4d05853e4af270b9

Loading…
Cancel
Save