diff --git a/src/views/perms/components/PermissionFormActionField.vue b/src/views/perms/components/PermissionFormActionField.vue index c6b299106..bd174cc60 100644 --- a/src/views/perms/components/PermissionFormActionField.vue +++ b/src/views/perms/components/PermissionFormActionField.vue @@ -78,7 +78,7 @@ export default { }, computed: { choicesIDs() { - if (this.actions) { + if (this.actions.length !== 0) { return this.actions } if (this.choices.length === 0) { diff --git a/src/views/tickets/RequestApplicationPerm/CreateUpdate.vue b/src/views/tickets/RequestApplicationPerm/CreateUpdate.vue index b53cbbe2a..bfddc700d 100644 --- a/src/views/tickets/RequestApplicationPerm/CreateUpdate.vue +++ b/src/views/tickets/RequestApplicationPerm/CreateUpdate.vue @@ -64,7 +64,7 @@ export default { component: PermissionFormActionField, helpText: this.$t('common.actionsTips'), el: { - actions: [] + actions: ['all', 'connect'] } }, apply_applications: {