Ensure we reset the full state on applinks configure
This commit is contained in:
@@ -197,6 +197,7 @@ angular.module('Application').controller('AppsController', ['$scope', '$translat
|
||||
$scope.applinksEdit.label = applink.label;
|
||||
$scope.applinksEdit.accessRestrictionOption = applink.accessRestriction ? 'groups' : 'any';
|
||||
$scope.applinksEdit.accessRestriction = { users: [], groups: [] };
|
||||
$scope.applinksEdit.icon = { data: null };
|
||||
|
||||
var userSet, groupSet;
|
||||
if (applink.accessRestriction) {
|
||||
|
||||
Reference in New Issue
Block a user