Skip to content

Commit

Permalink
fix: add missing defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlkoch committed Jun 7, 2023
1 parent e74a114 commit 0e1b1b9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion resources/config/gis-client-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,11 @@ var clientConfig = {
'admin'
]
}
}
},
featureEditRoles: {
authorizedRolesForCreate: [],
authorizedRolesForUpdate: [],
authorizedRolesForDelete: []
},
wfsLockFeatureEnabled: false
};

0 comments on commit 0e1b1b9

Please sign in to comment.