Skip to content

Commit

Permalink
activate new access values
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Jan 4, 2022
1 parent 2826953 commit 5afdebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ui/fields/access.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export function uiFieldAccess(field, context) {


access.options = function(type) {
var options = ['no', 'permissive', 'private', 'permit', 'destination'];
var options = ['no', 'permissive', 'private', 'permit', 'destination', 'customers', 'unknown'];

if (type !== 'access') {
options.unshift('yes');
Expand Down

0 comments on commit 5afdebc

Please sign in to comment.