Просмотр исходного кода

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 4 лет назад
committed by jonathan
Родитель
Сommit
9100ee1992
1 измененных файлов: 1 добавлений и 1 удалений
  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 Просмотреть файл

@@ -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"
},


Загрузка…
Отмена
Сохранить