mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixed association facets.
The association config has been removed because it incorrectly assumes there is only one association between two entities. Now each association is defined separately using association facets. The service.py has been modified to specify the correct relationships. The API.txt has been updated. https://fedorahosted.org/freeipa/ticket/960
This commit is contained in:
committed by
Adam Young
parent
1e9f923c49
commit
eb8f091c9b
@@ -512,7 +512,6 @@ IPA.deleter_dialog = function (spec) {
|
||||
var that = IPA.dialog(spec);
|
||||
|
||||
that.title = spec.title || IPA.messages.button.remove;
|
||||
that.remove = spec.remove;
|
||||
|
||||
that.values = spec.values || [];
|
||||
|
||||
@@ -546,7 +545,7 @@ IPA.deleter_dialog = function (spec) {
|
||||
|
||||
that.open = function(container) {
|
||||
that.buttons = {
|
||||
'Delete': that.remove,
|
||||
'Delete': that.execute,
|
||||
'Cancel': that.close
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user