From 348d734c59432a740b52924ac18ff47b30dad54e Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 3 Feb 2011 21:42:50 -0600 Subject: Restructuring details page. Previously the IPA.details_list_section can only be used with widgets that generates
tag because it uses the following structure:
Telephone Number:
111-1111
222-2222
The
tag was previously used to handle multi-valued attributes. Since multi-valued attributes are now handled by the recently added IPA.multivalued_text_widget, the structure can be changed as follows:
Telephone Number:
111-1111
222-2222
This allows IPA.details_list_section to be used with any widgets without requiring the
tag. --- install/ui/test/data/sudorule_show.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install/ui/test/data') diff --git a/install/ui/test/data/sudorule_show.json b/install/ui/test/data/sudorule_show.json index 51f83af70..44d3cfd83 100644 --- a/install/ui/test/data/sudorule_show.json +++ b/install/ui/test/data/sudorule_show.json @@ -38,6 +38,9 @@ "externaluser": [ "external" ], + "ipaenabledflag": [ + "TRUE" + ], "ipasudorunas_user": [ "admin" ], -- cgit