Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2
-
Fix Version/s: 6.0.X EE, 6.1.X EE, 6.2.0 CE M4
-
Component/s: Administration, Administration > Custom Fields, Administration > Users
-
Environment:Tomcat 7.0 + MySQL 5. Portal 6.1.20 EE GA2.
Tomcat 7.0 + MySQL 5. Portal 6.2.x. GIT ID: ac0821758f27f4fb722fad6f82f75cb7f91ebf7b.
-
Branch Version/s:6.1.x, 6.0.x
-
Backported to Branch:Committed
-
Epic/Theme:
-
Story Points:0
-
Fix Priority:3
-
Similar Issues:
Description
Steps to reproduce:
- Go to Control Panel-> Custom Fields.
- Add a new custom field named "COrg" for Organization, make sure the value of Searchability is As Text, give a Height and Width value.
- Click Users and Organizations, add an organization named "Org1." Give a value(e.g.: test) for the Custom Fields of Org1.
- Add another organization named "Org2" and click select a parent organization for it.
After pop-up IFrame is opened, try to search the parent organization. Type test(value of Org1's Custom Field) in the text area and click Search.
Expectation:
The Org1 will show up.
Reality:
There is a message like "No organizations were found."
Issue Links
- discovered while testing
-
LPS-32191
As a user selecting parent organization I will see available organizations in dialog window
-

If search is performed from view_flat_organizations.jspf (which use same search form as select_organization.jsp shown in buggy IFrame) results are shown correctly.