@iankibetsh/shframework 0.6.1 → 0.6.2
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/library.js +4 -2
- package/dist/library.mjs +4 -2
- package/package.json +1 -1
package/dist/library.js
CHANGED
|
@@ -4030,7 +4030,7 @@ return (_ctx, _cache) => {
|
|
|
4030
4030
|
actions: [
|
|
4031
4031
|
{
|
|
4032
4032
|
label: 'Permissions',
|
|
4033
|
-
path: '/
|
|
4033
|
+
path: '/sh-departments/permissions/{id}',
|
|
4034
4034
|
class: 'btn btn-info bi-lock btn-sm'
|
|
4035
4035
|
}
|
|
4036
4036
|
]
|
|
@@ -4200,7 +4200,9 @@ return (_ctx, _cache) => {
|
|
|
4200
4200
|
"success-callback": moduleAdded,
|
|
4201
4201
|
"fill-selects": {
|
|
4202
4202
|
permission_module: {
|
|
4203
|
-
url: 'admin/departments/department/list-pending-modules/' + id.value
|
|
4203
|
+
url: 'admin/departments/department/list-pending-modules/' + id.value,
|
|
4204
|
+
suggests: true,
|
|
4205
|
+
allowMultiple: true
|
|
4204
4206
|
}
|
|
4205
4207
|
},
|
|
4206
4208
|
fields: ['permission_module'],
|
package/dist/library.mjs
CHANGED
|
@@ -4018,7 +4018,7 @@ return (_ctx, _cache) => {
|
|
|
4018
4018
|
actions: [
|
|
4019
4019
|
{
|
|
4020
4020
|
label: 'Permissions',
|
|
4021
|
-
path: '/
|
|
4021
|
+
path: '/sh-departments/permissions/{id}',
|
|
4022
4022
|
class: 'btn btn-info bi-lock btn-sm'
|
|
4023
4023
|
}
|
|
4024
4024
|
]
|
|
@@ -4188,7 +4188,9 @@ return (_ctx, _cache) => {
|
|
|
4188
4188
|
"success-callback": moduleAdded,
|
|
4189
4189
|
"fill-selects": {
|
|
4190
4190
|
permission_module: {
|
|
4191
|
-
url: 'admin/departments/department/list-pending-modules/' + id.value
|
|
4191
|
+
url: 'admin/departments/department/list-pending-modules/' + id.value,
|
|
4192
|
+
suggests: true,
|
|
4193
|
+
allowMultiple: true
|
|
4192
4194
|
}
|
|
4193
4195
|
},
|
|
4194
4196
|
fields: ['permission_module'],
|