We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11e999f + 8997914 commit 0e5a371Copy full SHA for 0e5a371
amp/WEB-INF/src/org/dgfoundation/amp/visibility/FeatureVisibilityTag.java
@@ -142,7 +142,7 @@ public boolean shouldDisplayFeature() throws JspTagException
142
Map scope=PermissionUtil.getScope(pageContext.getSession());
143
AmpFeaturesVisibility ampFeatureFromTree=ampTreeVisibility.getFeatureByNameFromRoot(getName());
144
TeamMember teamMember = (TeamMember) session.getAttribute(org.digijava.module.aim.helper.Constants.CURRENT_MEMBER);
145
- if (teamMember!=null && !teamMember.getTeamHead())
+ if (teamMember!=null )//&& !teamMember.getTeamHead())
146
{
147
PermissionUtil.putInScope(session, GatePermConst.ScopeKeys.CURRENT_MEMBER, teamMember);
148
ServletRequest request = pageContext.getRequest();
0 commit comments