mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
fail clean add and edit
Don't close the dialog if the add fails and the user clickes add and edit fixes. https://fedorahosted.org/freeipa/ticket/663
This commit is contained in:
parent
9d9e15456b
commit
c2a2433657
@ -77,7 +77,7 @@ function ipa_add_dialog(spec) {
|
||||
state[that.entity_name + '-pkey'] = pkey;
|
||||
$.bbq.pushState(state);
|
||||
},
|
||||
function() { that.close(); }
|
||||
function() { }
|
||||
);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user