Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Jim DeFabiaJim DeFabiaReporter
Yanrui MaYanrui MaPriority
MajorFix versions
Pull Request URL
Details
Details
Components
Assignee
Jim DeFabia
Jim DeFabiaReporter
Yanrui Ma
Yanrui MaPriority
Fix versions
Pull Request URL
Created July 18, 2017 at 6:50 PM
Updated July 21, 2017 at 6:18 AM
Resolved July 21, 2017 at 6:18 AM
Normally when a field has an "optional" attribute, the field will be visible only when the option appears on the URL. But when the option starts with '!', then the field will become invisible if the option (without the !) appears in the URL, and will be visible only when the option doesn't exist. For example:
When the url is http://localhost:8003/
SSN will be visible, but NickName will be invisible.
When the URL is http://localhost:8003/?internal
SSN and NickName will be both visible
For http://localhost:8003/?internal&_UK_
only NickName will be visible, and SSN will be hidden.
http://localhost:8003/?_UK_
will make both invisible