summaryrefslogtreecommitdiffstats
path: root/install/ui/group.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-06-13 23:18:57 -0500
committerAdam Young <ayoung@redhat.com>2011-06-16 11:51:25 -0400
commitd6343f4bb079eec744553078c75205abec7e692d (patch)
treeef49a79fbfff427da1e086da15f59cd75f6f9b83 /install/ui/group.js
parent724dd997447c84c6eb3893fe40fb2c5a78d4efd7 (diff)
downloadfreeipa-d6343f4bb079eec744553078c75205abec7e692d.tar.gz
freeipa-d6343f4bb079eec744553078c75205abec7e692d.tar.xz
freeipa-d6343f4bb079eec744553078c75205abec7e692d.zip
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
Diffstat (limited to 'install/ui/group.js')
-rw-r--r--install/ui/group.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/group.js b/install/ui/group.js
index bc7925dc0..fbe89a4fd 100644
--- a/install/ui/group.js
+++ b/install/ui/group.js
@@ -42,7 +42,7 @@ IPA.entity_factories.group = function () {
{
name: 'uid',
primary_key: true,
- link_entity: true
+ link: true
},
{name: 'uidnumber'},
{name: 'mail'},