diff options
Diffstat (limited to 'install/static/hbacsvcgroup.js')
-rwxr-xr-x | install/static/hbacsvcgroup.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install/static/hbacsvcgroup.js b/install/static/hbacsvcgroup.js index 6e7460e0b..85c77c277 100755 --- a/install/static/hbacsvcgroup.js +++ b/install/static/hbacsvcgroup.js @@ -152,7 +152,8 @@ function ipa_hbacsvcgroup_details_facet(spec) { var field = ipa_hbacsvcgroup_member_hbacsvc_table_widget({ 'name': 'member_hbacsvc', 'label': 'Services', - 'other_entity': 'hbacsvc' + 'other_entity': 'hbacsvc', + 'save_values': false }); section.add_field(field); |