From ed7de96648daf95868f34107890700124836b69d Mon Sep 17 00:00:00 2001 From: Pavel Vomacka Date: Aug 17 2017 08:10:21 +0000 Subject: WebUI: fix incorrectly shown links in association tables Previously all columns was shown as links, that was caused by setting link attribute of each column to true. This true value was there because of possibility to turn off links in whole table on self-service pages. Now only column which is primary key is set to be shown as link. https://pagure.io/freeipa/issue/7066 Reviewed-By: Felipe Volpone --- diff --git a/install/ui/src/freeipa/association.js b/install/ui/src/freeipa/association.js index dcb78f1..b2f8f7e 100644 --- a/install/ui/src/freeipa/association.js +++ b/install/ui/src/freeipa/association.js @@ -1103,7 +1103,7 @@ exp.association_facet = IPA.association_facet = function (spec, no_init) { var columns = that.columns.values; for (i=0; i