diff options
Diffstat (limited to 'install/static/entity.js')
-rw-r--r-- | install/static/entity.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/entity.js b/install/static/entity.js index 548623e2d..dcb7e6f82 100644 --- a/install/static/entity.js +++ b/install/static/entity.js @@ -330,7 +330,7 @@ function ipa_entity_set_association_definition(entity_name, data) { 'name': other_entity, 'associator': config.associator, 'add_method': config.add_method, - 'delete_method': config.delete_method + 'remove_method': config.remove_method }); } } |