Skip to content

Commit 6bd95c1

Browse files
committed
Form création procédure - Autorisation pour les admins
fix #1258
1 parent 1bd5e67 commit 6bd95c1

File tree

1 file changed

+1
-0
lines changed
  • nuxt/pages/collectivites/_collectiviteId/procedures

1 file changed

+1
-0
lines changed

nuxt/pages/collectivites/_collectiviteId/procedures/add.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export default {
4141
this.$user.profile.collectivite_id === this.collectivite.intercommunaliteCode)
4242
4343
const canCreateProcedure =
44+
this.$user.profile.is_admin ||
4445
isSideEtatWithMatchingDepartement ||
4546
isSideCollectiviteWithMatchingCollectivite
4647

0 commit comments

Comments
 (0)