From d6343f4bb079eec744553078c75205abec7e692d Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Mon, 13 Jun 2011 23:18:57 -0500 Subject: Fixed self-service links. In self-service mode the user's association facets have been modified such that the entries are not linked since the only available entity is the user entity. A 'link' parameter has been added to IPA.association_facet and IPA.column to control whether to link the entries. The link_handler() method can be used to define how to handle the link. Ticket #1072 --- install/ui/add.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/add.js') diff --git a/install/ui/add.js b/install/ui/add.js index 33df62ab..cde6d335 100644 --- a/install/ui/add.js +++ b/install/ui/add.js @@ -83,7 +83,7 @@ IPA.add_dialog = function (spec) { pkey = pkey[0]; } - IPA.nav.show_page(that.entity_name, 'details', pkey); + IPA.nav.show_page(that.entity_name, 'default', pkey); } ); }); -- cgit