URL: https://github.com/freeipa/freeipa/pull/1035 Author: pvomacka Title: #1035: WebUI: ID user override causes traceback in httpd/error_log Action: opened
PR body: """ The 'ipaanchoruuid' is link widget and it had set 'other_entity' attribute to 'user'. That means that WebUI automatically checks whether the created link is available (whether there is an existing user with the name set as value of the 'ipaanchoruuid' field). The user with that name is not obviously found because it tries to find a user while the value is ipaanchoruuid (AD user).
Removing 'other_entity' from specification tells WebUI to not check the link.
The link widget is even set to non-clicable state. So the check does not makes sense now.
https://pagure.io/freeipa/issue/7139 """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1035/head:pr1035 git checkout pr1035
URL: https://github.com/freeipa/freeipa/pull/1035 Author: pvomacka Title: #1035: WebUI: ID user override causes traceback in httpd/error_log Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1035/head:pr1035 git checkout pr1035
freeipa-devel@lists.fedorahosted.org