Explorar el Código

Fix add list action within BubbleBlock app (#31)

Merge branch 'master' into kris/fix_block_add_list

Fix add list action within BubbleBlock app

Co-authored-by: jonathan <jonathan@noreply.git.bubblev.org>
Co-authored-by: Kristijan Mitrovic <kmitrovic@itekako.com>
Reviewed-on: #31
tags/v0.15.1
Kristijan Mitrovic hace 4 años
committed by jonathan
padre
commit
9100ee1992
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bubble-server/src/main/resources/models/apps/bubble_block/bubbleApp_bubbleBlock.json

+ 1
- 1
bubble-server/src/main/resources/models/apps/bubble_block/bubbleApp_bubbleBlock.json Ver fichero

@@ -52,7 +52,7 @@
{"name": "manageRules", "view": "manageRules", "when": "item.url === \\'\\'", "index": 40},
{"name": "removeList", "index": 50, "when": "item.url !== ''"},
{
"name": "createList", "scope": "app", "view": "manageList", "index": 10,
"name": "createList", "scope": "app", "index": 10,
"params": ["url"],
"button": "createList"
},


Cargando…
Cancelar
Guardar