draggable

This commit is contained in:
smilerz
2021-09-14 16:07:29 -05:00
parent 508284c046
commit f0cf92eaa3
16 changed files with 473 additions and 7329 deletions

View File

@ -254,7 +254,7 @@ export class Models {
static SUPERMARKET = {
'name': i18n.t('Supermarket'),
'apiName': 'Supermarket',
'tags': [{'field': 'category_to_supermarket', 'label': 'category::name', 'color': 'info'}],
'ordered_tags': [{'field': 'category_to_supermarket', 'label': 'category::name', 'color': 'info'}],
'create': {
'params': [['name', 'description', 'category_to_supermarket']],
'form': {