[
https://jira.jboss.org/jira/browse/GTNPORTAL-779?page=com.atlassian.jira....
]
Minh Hoang TO commented on GTNPORTAL-779:
-----------------------------------------
Below code snippet explains better what each of enum variables DISPLAYED, HIDDEN,
TEMPORAL, SYSTEM means
public boolean isDisplay()
{
switch (visibility)
{
case DISPLAYED:
return true;
case HIDDEN:
return false;
case TEMPORAL:
return isInPublicationDate();
case SYSTEM:
return false;
default:
throw new AssertionError();
}
}
An enhancement in navigation node management
--------------------------------------------
Key: GTNPORTAL-779
URL:
https://jira.jboss.org/jira/browse/GTNPORTAL-779
Project: GateIn Portal
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Reporter: Trong Tran
Assignee: Minh Hoang TO
Fix For: 3.0.0-GA
Original Estimate: 4 hours
Remaining Estimate: 4 hours
Currently, the navigation node visibility has following values :
- DISPLAYED : it is like visible = true but and show publication date = false
- HIDDEN : it is like visible = false, the date does not matter
- TEMPORAL : it is like visible = true and show publication date = true
- SYSTEM : the new value
We need to implement filtering of the "Node managament" popup to never show a
navigation node with getVisibility() == Visibility.SYSTEM, except to root user
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira