@opengis/admin 0.2.53 → 0.2.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{add-page-DgID9avj.js → add-page-CUWnbURQ.js} +1 -1
- package/dist/{admin-interface-B7FhOD-k.js → admin-interface-DyFTC9Ft.js} +1 -1
- package/dist/{admin-view-KZi0UOB_.js → admin-view-DD7XR43g.js} +1 -1
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +37 -37
- package/dist/{card-view-Etr3nv0Q.js → card-view-4ESqtPE2.js} +1 -1
- package/dist/{edit-page-RxY_dX87.js → edit-page-DGfSfOyG.js} +1 -1
- package/dist/{import-file-wDumTumx.js → import-file-DP7DSpqz.js} +1086 -1084
- package/module/settings/card/admin.roles.table/access.hbs +11 -3
- package/module/settings/card/admin.roles.table/general_info.hbs +10 -1
- package/module/settings/card/admin.roles.table/index.yml +10 -11
- package/module/settings/card/admin.roles.table/users.hbs +11 -5
- package/module/settings/card/admin.routes.table/general_info.hbs +1 -1
- package/module/settings/card/admin.users.table/context.hbs +8 -3
- package/module/settings/card/admin.users.table/general_info.hbs +7 -1
- package/module/settings/card/admin.users.table/index.yml +4 -7
- package/module/settings/card/admin.users.table/last_login.hbs +7 -1
- package/module/settings/card/admin.users.table/logs.hbs +7 -1
- package/module/settings/card/admin.users.table/routes.hbs +7 -1
- package/module/settings/card/admin.users.table/user_roles.hbs +7 -2
- package/module/settings/cls/core.column_type.json +14 -0
- package/module/settings/form/admin.custom_column.form.json +9 -25
- package/module/settings/form/admin.routes.form.json +2 -2
- package/module/settings/form/admin.rules.form.json +1 -1
- package/module/settings/form/admin.user_roles.form.json +11 -0
- package/module/settings/form/context.account_grants.form.json +7 -6
- package/module/settings/form/context.account_users.form.json +4 -4
- package/module/settings/form/user.user_roles.form.json +1 -1
- package/module/settings/table/admin.accounts.table.json +7 -0
- package/module/settings/table/admin.custom_column.table.json +5 -4
- package/module/settings/table/admin.roles.table.json +14 -1
- package/module/settings/table/admin.routes.table.json +2 -2
- package/module/settings/table/admin.rules.table.json +7 -6
- package/module/settings/table/admin.user_roles.table.json +5 -0
- package/module/settings/table/admin.users.table.json +7 -7
- package/module/settings/table/context.account_grants.table.json +34 -13
- package/module/settings/table/context.account_users.table.json +21 -5
- package/package.json +1 -1
- package/server/plugins/hook.js +1 -1
@@ -1,4 +1,12 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
<div>
|
2
|
+
<div class="flex justify-between items-center border-b pb-[15px]">
|
3
|
+
<div class="font-semibold text-[16px]">Права до інтерфейсів</div>
|
4
|
+
<div class="flex gap-4">
|
3
5
|
|
4
|
-
|
6
|
+
</div>
|
7
|
+
</div>
|
8
|
+
{{#contentList table="admin.role_access" query="role_id='{{id}}'" order="cdate desc" sql1=1}}
|
9
|
+
{{{tableList rows columns="Інтерфейс,route_id,Права,{{actions}}"}}}
|
10
|
+
|
11
|
+
{{/contentList}}
|
12
|
+
</div>
|
@@ -1 +1,10 @@
|
|
1
|
-
|
1
|
+
<div>
|
2
|
+
<div class="flex justify-between items-center border-b pb-[15px]">
|
3
|
+
<div class="font-semibold text-[16px]">Загальна інформація</div>
|
4
|
+
<div class="flex gap-4">
|
5
|
+
{{{button this token=(token table='admin.roles' id=id form='admin.roles.form') edit=1 title='Редагувати'}}}
|
6
|
+
{{{button this token=(token table='admin.roles' id=id) del=1}}}
|
7
|
+
</div>
|
8
|
+
</div>
|
9
|
+
{{{descriptionList this columns="Назва,name,On/Off,enabled,Опис,info"}}}
|
10
|
+
</div>
|
@@ -1,21 +1,20 @@
|
|
1
1
|
component: default
|
2
|
+
isHeaderEditButton: false
|
3
|
+
|
2
4
|
# title: Мій підпис
|
3
5
|
tokens:
|
4
6
|
id: { id: "{{id}}" }
|
7
|
+
|
5
8
|
panels:
|
6
|
-
- type:
|
7
|
-
col: 4
|
9
|
+
- type: tabs # tabs
|
8
10
|
items:
|
9
|
-
-
|
10
|
-
|
11
|
+
- component: vs-group-interface
|
12
|
+
token: id
|
13
|
+
title: Доступ
|
11
14
|
- name: users
|
12
15
|
title: Користувачі
|
13
16
|
- name: access
|
14
17
|
title: Права до інтерфейсів
|
15
|
-
count: select 'Права до інтерфейсів 1' as title, 1 as count
|
16
|
-
|
17
|
-
|
18
|
-
col: 8
|
19
|
-
items:
|
20
|
-
- component: vs-group-interface
|
21
|
-
token: id
|
18
|
+
# count: select 'Права до інтерфейсів 1' as title, 1 as count
|
19
|
+
- name: general_info
|
20
|
+
title: Загальна інформація
|
@@ -1,7 +1,13 @@
|
|
1
|
+
<div>
|
2
|
+
<div class="flex justify-between items-center border-b pb-[15px]">
|
3
|
+
<div class="font-semibold text-[16px]">Користувачі</div>
|
4
|
+
<div class="flex gap-4">
|
5
|
+
{{{button this token=(token table="admin.user_roles" obj=(concat 'role_id=' @root.id) form="admin.user_roles_card.form") add=1 title="Додати"}}}
|
6
|
+
</div>
|
7
|
+
</div>
|
8
|
+
{{#contentList table="(select ugr_id, user_name || coalesce(login,'') as name,role_id,uid from admin.users left join ( SELECT user_uid, ugr_id, role_id FROM admin.user_roles )r on users.uid=r.user_uid)q" query="role_id='{{id}}'" limit="50" sql1=1}}
|
1
9
|
|
2
|
-
{{
|
3
|
-
{{{button this token=(token table="admin.user_roles" obj=(concat 'role_id=' @root.id) form="admin.user_roles_card.form") title="Додати"}}}
|
10
|
+
{{{tableList rows columns="Користувач,<a href='/card/admin.users.table/{{uid}}'>{{name}}</a>" table="admin.user_roles" id="ugr_id" uid=../user.uid}}}
|
4
11
|
|
5
|
-
{{
|
6
|
-
|
7
|
-
{{/contentList}}
|
12
|
+
{{/contentList}}
|
13
|
+
</div>
|
@@ -1,8 +1,13 @@
|
|
1
1
|
<div>
|
2
|
-
|
2
|
+
<div class="flex justify-between items-center border-b pb-[15px]">
|
3
|
+
<div class="font-semibold text-[16px]">Повноваження</div>
|
4
|
+
<div class="flex gap-4">
|
5
|
+
|
6
|
+
</div>
|
7
|
+
</div>
|
3
8
|
{{#contentList table="(select rule_name,attr,rule_values from admin.account_grants g
|
4
|
-
left join (select rule_name,attr,rule_id from admin.rules )r on r.rule_id=g.rule_id
|
5
|
-
where account_id in (select account_id from admin.account_users where user_uid='{{id}}'))" limit="50" sql1=1}}
|
9
|
+
left join (select rule_name,attr,rule_id from admin.rules )r on r.rule_id=g.rule_id
|
10
|
+
where account_id in (select account_id from admin.account_users where user_uid='{{id}}'))" limit="50" sql1=1}}
|
6
11
|
{{{tableList rows
|
7
12
|
|
8
13
|
columns="
|
@@ -1,5 +1,11 @@
|
|
1
1
|
<div>
|
2
|
-
|
2
|
+
<div class="flex justify-between items-center border-b pb-[15px]">
|
3
|
+
<div class="font-semibold text-[16px]">Загальна інформація</div>
|
4
|
+
<div class="flex gap-4">
|
5
|
+
{{{button this token=(token table='admin.users' id=id form='admin.users.form') edit=1 title='Редагувати'}}}
|
6
|
+
{{{button this token=(token table='admin.users' id=id) del=1}}}
|
7
|
+
</div>
|
8
|
+
</div>
|
3
9
|
{{{descriptionList
|
4
10
|
this
|
5
11
|
columns="
|
@@ -1,7 +1,8 @@
|
|
1
1
|
component: default
|
2
|
+
isHeaderEditButton: false
|
3
|
+
|
2
4
|
panels:
|
3
|
-
- type:
|
4
|
-
col: 4
|
5
|
+
- type: vertical-tabs # tabs
|
5
6
|
items:
|
6
7
|
- name: general_info
|
7
8
|
title: Загальна інформація
|
@@ -11,12 +12,8 @@ panels:
|
|
11
12
|
title: Активність
|
12
13
|
- name: last_login
|
13
14
|
title: Інформація про вхід до системи
|
14
|
-
|
15
|
-
- type: container
|
16
|
-
col: 8
|
17
|
-
items:
|
18
15
|
- name: user_roles
|
19
|
-
col: 6
|
20
16
|
title: Перелік груп
|
21
17
|
- name: routes
|
22
18
|
title: Інтерфейси
|
19
|
+
|
@@ -1,4 +1,10 @@
|
|
1
|
-
<div>
|
1
|
+
<div>
|
2
|
+
<div class="flex justify-between items-center border-b pb-[15px]">
|
3
|
+
<div class="font-semibold text-[16px]">Інформація про вхід до системи</div>
|
4
|
+
<div class="flex gap-4">
|
5
|
+
|
6
|
+
</div>
|
7
|
+
</div>
|
2
8
|
{{#contentList table="log.user_auth" query="user_id='{{id}}'" order="cdate desc" sql1=1}}
|
3
9
|
{{{tableList rows
|
4
10
|
columns="
|
@@ -1,4 +1,10 @@
|
|
1
|
-
<div>
|
1
|
+
<div>
|
2
|
+
<div class="flex justify-between items-center border-b pb-[15px]">
|
3
|
+
<div class="font-semibold text-[16px]">Активність</div>
|
4
|
+
<div class="flex gap-4">
|
5
|
+
|
6
|
+
</div>
|
7
|
+
</div>
|
2
8
|
{{#contentList table="log.table_changes" query="uid='{{id}}'" order="cdate desc" sql1=1}}
|
3
9
|
{{{tableList rows
|
4
10
|
columns="
|
@@ -1,4 +1,10 @@
|
|
1
|
-
<div>
|
1
|
+
<div>
|
2
|
+
<div class="flex justify-between items-center border-b pb-[15px]">
|
3
|
+
<div class="font-semibold text-[16px]">Інтерфейси</div>
|
4
|
+
<div class="flex gap-4">
|
5
|
+
|
6
|
+
</div>
|
7
|
+
</div>
|
2
8
|
{{#contentList sql1=1 table="(SELECT alias, table_name, title,(select name from admin.roles where role_id=g.role_id) as role_name, g.actions,
|
3
9
|
(select string_agg(attr::text || rule_values::text,',') from admin.rules left join (select rule_id,rule_values from admin.account_grants where account_id in (select account_id from admin.account_users where user_uid='{{id}}'))g on g.rule_id=rules.rule_id where r.route_id=any(routes)) as context
|
4
10
|
FROM admin.routes r right join (select route_id, actions,role_id from admin.role_access n where role_id in (SELECT role_id FROM admin.user_roles where user_uid='{{id}}'))g on r.route_id=g.route_id )" }}
|
@@ -1,5 +1,10 @@
|
|
1
1
|
<div>
|
2
|
-
|
2
|
+
<div class="flex justify-between items-center border-b pb-[15px]">
|
3
|
+
<div class="font-semibold text-[16px]">Перелік груп</div>
|
4
|
+
<div class="flex gap-4">
|
5
|
+
{{{button this token=(token table="admin.user_roles" obj=(concat 'user_uid=' id) form="admin.user_roles.form") edit=1}}}
|
6
|
+
</div>
|
7
|
+
</div>
|
3
8
|
{{#contentList table="admin.user_roles" query="user_uid='{{id}}'" order="cdate desc" limit="50" sql1=1}}
|
4
9
|
{{{tableList rows
|
5
10
|
table="admin.user_roles"
|
@@ -8,6 +13,6 @@
|
|
8
13
|
columns="
|
9
14
|
Група, <a href='/card/admin.roles.table/{{role_id}}'>{{select role_id data='core.roles'}}</a>
|
10
15
|
"
|
11
|
-
|
16
|
+
}}}
|
12
17
|
{{/contentList}}
|
13
18
|
</div>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"entity": {
|
3
3
|
"ua": "Таблиця",
|
4
|
-
"type": "
|
4
|
+
"type": "Autocomplete",
|
5
5
|
"data": "core.routes.alias",
|
6
6
|
"validators": [
|
7
7
|
"required"
|
@@ -26,29 +26,8 @@
|
|
26
26
|
},
|
27
27
|
"format": {
|
28
28
|
"ua": "Формат",
|
29
|
-
"type": "
|
30
|
-
"
|
31
|
-
{
|
32
|
-
"id": "text",
|
33
|
-
"text": "Text"
|
34
|
-
},
|
35
|
-
{
|
36
|
-
"id": "select",
|
37
|
-
"text": "Select"
|
38
|
-
},
|
39
|
-
{
|
40
|
-
"id": "date",
|
41
|
-
"text": "Date"
|
42
|
-
}
|
43
|
-
],
|
44
|
-
"behavior": {
|
45
|
-
"select": {
|
46
|
-
"show": "data"
|
47
|
-
},
|
48
|
-
"*": {
|
49
|
-
"hide": "data"
|
50
|
-
}
|
51
|
-
},
|
29
|
+
"type": "Autocomplete",
|
30
|
+
"data": "core.column_type",
|
52
31
|
"validators": [
|
53
32
|
"required"
|
54
33
|
],
|
@@ -57,7 +36,12 @@
|
|
57
36
|
"data": {
|
58
37
|
"ua": "Випадаючий список",
|
59
38
|
"type": "Text",
|
60
|
-
"col": 12
|
39
|
+
"col": 12,
|
40
|
+
"conditions": [
|
41
|
+
"format",
|
42
|
+
"==",
|
43
|
+
"select"
|
44
|
+
]
|
61
45
|
},
|
62
46
|
"filter": {
|
63
47
|
"type": "Switcher",
|
@@ -7,6 +7,17 @@
|
|
7
7
|
"required"
|
8
8
|
]
|
9
9
|
},
|
10
|
+
"actions": {
|
11
|
+
"ua": "Доступ",
|
12
|
+
"type": "checkbox",
|
13
|
+
"multi": true,
|
14
|
+
"options": [
|
15
|
+
"view",
|
16
|
+
"add",
|
17
|
+
"edit",
|
18
|
+
"del"
|
19
|
+
]
|
20
|
+
},
|
10
21
|
"expiration": {
|
11
22
|
"ua": "Закінчення терміну дії доступу до групи",
|
12
23
|
"type": "DatePicker"
|
@@ -1,24 +1,25 @@
|
|
1
1
|
{
|
2
2
|
"rule_id": {
|
3
3
|
"ua": "id Правила",
|
4
|
-
"type": "
|
4
|
+
"type": "Autocomplete",
|
5
5
|
"data": "core.rules"
|
6
6
|
},
|
7
7
|
"rule_values": {
|
8
8
|
"ua": "Значення",
|
9
|
-
"type": "
|
9
|
+
"type": "Text"
|
10
10
|
},
|
11
11
|
"expire_date": {
|
12
12
|
"ua": "Дата закінчення дії дозволу",
|
13
|
-
"type": "
|
13
|
+
"type": "DatePicker"
|
14
14
|
},
|
15
15
|
"actions": {
|
16
16
|
"ua": "Дії",
|
17
|
-
"type": "
|
17
|
+
"type": "Checkbox",
|
18
18
|
"options": [
|
19
|
+
"view",
|
20
|
+
"add",
|
19
21
|
"edit",
|
20
|
-
"
|
21
|
-
"add"
|
22
|
+
"del"
|
22
23
|
]
|
23
24
|
}
|
24
25
|
}
|
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"account_id": {
|
3
|
-
"ua": "
|
4
|
-
"type": "
|
3
|
+
"ua": "Організація",
|
4
|
+
"type": "Autocomplete",
|
5
5
|
"data": "core.accounts"
|
6
6
|
},
|
7
|
-
"
|
8
|
-
"ua": "
|
7
|
+
"user_uid": {
|
8
|
+
"ua": "Користувач",
|
9
9
|
"type": "Autocomplete",
|
10
10
|
"data": "core.user_uid"
|
11
11
|
}
|
@@ -43,12 +43,12 @@
|
|
43
43
|
{
|
44
44
|
"name": "filter",
|
45
45
|
"title": "Фільтр по колонці",
|
46
|
-
"format": "
|
46
|
+
"format": "check"
|
47
47
|
},
|
48
48
|
{
|
49
49
|
"name": "_table",
|
50
50
|
"title": "Відображати в таблиці",
|
51
|
-
"format": "
|
51
|
+
"format": "check"
|
52
52
|
},
|
53
53
|
{
|
54
54
|
"name": "uid",
|
@@ -92,9 +92,10 @@
|
|
92
92
|
},
|
93
93
|
{
|
94
94
|
"name": "uid",
|
95
|
-
"
|
95
|
+
"ua": "Користувач",
|
96
96
|
"data": "core.user_uid",
|
97
|
-
"
|
97
|
+
"apiPrefix": "api",
|
98
|
+
"type": "Autocomplete"
|
98
99
|
}
|
99
100
|
]
|
100
101
|
}
|
@@ -47,7 +47,7 @@
|
|
47
47
|
},
|
48
48
|
{
|
49
49
|
"name": "enabled",
|
50
|
-
"format": "
|
50
|
+
"format": "check",
|
51
51
|
"title": "On / Off"
|
52
52
|
}
|
53
53
|
],
|
@@ -60,6 +60,19 @@
|
|
60
60
|
"ua": "Назва",
|
61
61
|
"name": "name",
|
62
62
|
"type": "text"
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"ua": "Хто створив",
|
66
|
+
"name": "uid",
|
67
|
+
"type": "Autocomplete",
|
68
|
+
"apiPrefix": "api",
|
69
|
+
"data": "core.user_uid"
|
70
|
+
},
|
71
|
+
{
|
72
|
+
"name": "enabled",
|
73
|
+
"type": "Check",
|
74
|
+
"data": "yes_no",
|
75
|
+
"ua": "On / Off"
|
63
76
|
}
|
64
77
|
]
|
65
78
|
}
|
@@ -51,7 +51,7 @@
|
|
51
51
|
],
|
52
52
|
"meta": {
|
53
53
|
"title": "cdate",
|
54
|
-
"search": "
|
54
|
+
"search": "title"
|
55
55
|
},
|
56
56
|
"filters": [
|
57
57
|
{
|
@@ -60,7 +60,7 @@
|
|
60
60
|
"type": "text"
|
61
61
|
},
|
62
62
|
{
|
63
|
-
"ua": "
|
63
|
+
"ua": "Назва інтерфейсу українською",
|
64
64
|
"name": "title",
|
65
65
|
"type": "text"
|
66
66
|
},
|
@@ -31,17 +31,17 @@
|
|
31
31
|
},
|
32
32
|
{
|
33
33
|
"name": "rule_query",
|
34
|
-
"format": "
|
34
|
+
"format": "text",
|
35
35
|
"ua": "Запит"
|
36
36
|
},
|
37
37
|
{
|
38
38
|
"name": "CLS",
|
39
|
-
"format": "
|
39
|
+
"format": "text",
|
40
40
|
"ua": "CLS"
|
41
41
|
},
|
42
42
|
{
|
43
43
|
"name": "routes",
|
44
|
-
"format": "
|
44
|
+
"format": "text",
|
45
45
|
"ua": "Роути"
|
46
46
|
},
|
47
47
|
{
|
@@ -60,17 +60,18 @@
|
|
60
60
|
{
|
61
61
|
"ua": "Назва",
|
62
62
|
"name": "name",
|
63
|
-
"type": "
|
63
|
+
"type": "Text"
|
64
64
|
},
|
65
65
|
{
|
66
66
|
"ua": "Тип повноваження",
|
67
67
|
"name": "type",
|
68
|
-
"type": "
|
68
|
+
"type": "Text"
|
69
69
|
},
|
70
70
|
{
|
71
71
|
"ua": "Хто створив",
|
72
72
|
"name": "uid",
|
73
|
-
"type": "
|
73
|
+
"type": "Autocomplete",
|
74
|
+
"apiPrefix": "api",
|
74
75
|
"data": "core.user_uid"
|
75
76
|
}
|
76
77
|
]
|
@@ -43,7 +43,8 @@
|
|
43
43
|
{
|
44
44
|
"ua": "Права",
|
45
45
|
"name": "user_type",
|
46
|
-
"
|
46
|
+
"data": "users.user_type",
|
47
|
+
"format": "select"
|
47
48
|
},
|
48
49
|
{
|
49
50
|
"ua": "Email",
|
@@ -85,9 +86,9 @@
|
|
85
86
|
},
|
86
87
|
{
|
87
88
|
"name": "enabled",
|
88
|
-
"ua": "
|
89
|
+
"ua": "On / Off",
|
89
90
|
"data": "yes_no",
|
90
|
-
"format": "
|
91
|
+
"format": "check"
|
91
92
|
}
|
92
93
|
],
|
93
94
|
"filter_list": [
|
@@ -113,11 +114,10 @@
|
|
113
114
|
"type": "Text"
|
114
115
|
},
|
115
116
|
{
|
116
|
-
"en": "On/Off",
|
117
|
-
"ua": "On/Off",
|
118
|
-
"data": "enabled",
|
119
117
|
"name": "enabled",
|
120
|
-
"type": "Check"
|
118
|
+
"type": "Check",
|
119
|
+
"data": "yes_no",
|
120
|
+
"ua": "On / Off"
|
121
121
|
},
|
122
122
|
{
|
123
123
|
"ua": "Дата створення",
|
@@ -13,35 +13,33 @@
|
|
13
13
|
"columns": [
|
14
14
|
{
|
15
15
|
"name": "account_id",
|
16
|
-
"ua": "
|
17
|
-
"format": "
|
16
|
+
"ua": "Організація",
|
17
|
+
"format": "select",
|
18
18
|
"data": "core.accounts"
|
19
19
|
},
|
20
20
|
{
|
21
21
|
"name": "rule_id",
|
22
|
-
"ua": "
|
22
|
+
"ua": "Правило",
|
23
23
|
"data": "core.rules",
|
24
24
|
"format": "Select"
|
25
25
|
},
|
26
26
|
{
|
27
27
|
"name": "routes",
|
28
28
|
"ua": "Роути",
|
29
|
-
"format": "Text"
|
30
|
-
|
31
|
-
{
|
32
|
-
"name": "values",
|
33
|
-
"ua": "Значення",
|
34
|
-
"format": "Text"
|
29
|
+
"format": "Text",
|
30
|
+
"hidden": true
|
35
31
|
},
|
36
32
|
{
|
37
33
|
"name": "grants_doc_id",
|
38
|
-
"ua": "
|
39
|
-
"format": "Text"
|
34
|
+
"ua": "Документ",
|
35
|
+
"format": "Text",
|
36
|
+
"hidden": true
|
40
37
|
},
|
41
38
|
{
|
42
39
|
"name": "grant_scan",
|
43
|
-
"ua": "
|
44
|
-
"format": "Text"
|
40
|
+
"ua": "Скан",
|
41
|
+
"format": "Text",
|
42
|
+
"hidden": true
|
45
43
|
},
|
46
44
|
{
|
47
45
|
"name": "expire_date",
|
@@ -64,5 +62,28 @@
|
|
64
62
|
"ua": "Дата створення",
|
65
63
|
"format": "Dat"
|
66
64
|
}
|
65
|
+
],
|
66
|
+
"filterList":[
|
67
|
+
{
|
68
|
+
"ua": "Організація",
|
69
|
+
"name": "account_id",
|
70
|
+
"type": "Autocomplete",
|
71
|
+
"apiPrefix": "api",
|
72
|
+
"data": "core.accounts"
|
73
|
+
},
|
74
|
+
{
|
75
|
+
"ua": "Правило",
|
76
|
+
"name": "rule_id",
|
77
|
+
"type": "Autocomplete",
|
78
|
+
"apiPrefix": "api",
|
79
|
+
"data": "core.rules"
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"ua": "Хто створив",
|
83
|
+
"name": "uid",
|
84
|
+
"type": "Autocomplete",
|
85
|
+
"apiPrefix": "api",
|
86
|
+
"data": "core.user_uid"
|
87
|
+
}
|
67
88
|
]
|
68
89
|
}
|