From 61cfa343c36383a1a2e12663aec44e9c5692b854 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 7 Jun 2011 12:58:51 -0500 Subject: Added selectable option for table widget. A selectable option has been added to the table widget to show/hide the checkbox column for selecting table rows. By default it's set to true. The indirect association facet has been modified to hide the column because it is non-editable. --- install/ui/associate.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install/ui/associate.js') diff --git a/install/ui/associate.js b/install/ui/associate.js index c1e0b429..657839f2 100644 --- a/install/ui/associate.js +++ b/install/ui/associate.js @@ -771,7 +771,8 @@ IPA.association_facet = function (spec) { entity_name: that.entity_name, other_entity: that.other_entity, page_length: that.page_length, - scrollable: true + scrollable: true, + selectable: !that.read_only }); var columns = that.columns.values; -- cgit