mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixed missing object reference.
This commit is contained in:
parent
f85771b2a7
commit
7c23d5aff9
@ -455,7 +455,7 @@ IPA.association_table_widget = function (spec) {
|
||||
'pkey': pkey,
|
||||
'other_entity': that.other_entity,
|
||||
'attribute_member': that.attribute_member,
|
||||
method:that.add_method
|
||||
method: that.add_method
|
||||
});
|
||||
};
|
||||
|
||||
@ -520,7 +520,7 @@ IPA.association_table_widget = function (spec) {
|
||||
'pkey': pkey,
|
||||
'other_entity': that.other_entity,
|
||||
'values': selected_values,
|
||||
method:remove_method
|
||||
method: that.remove_method
|
||||
});
|
||||
|
||||
dialog.remove = function() {
|
||||
|
Loading…
Reference in New Issue
Block a user