Download authChoiceModules if not done (#883)

Note that the same work has to be done for Multi
environments/ppa-mbqj77/deployments/1
Xavier Guimard 10 years ago
parent 5ef6d9692f
commit 46b986a965
  1. 9
      lemonldap-ng-manager/site/static/js/filterFunctions.js

@ -46,6 +46,15 @@ var filterFunctions = {
});
});
}
else {
scope.waiting = true;
console.log('coucou');
scope.download({
'$modelValue': nd[1]
}).then(function() {
filterFunctions.authParams(scope, $q, node)
});
};
}
else if (node.nodes[0].data == 'Multi' && n.id == 'multiParams') {
var nd = n._nodes ? n._nodes : n.nodes;

Loading…
Cancel
Save