Closed lucaslarcher closed 9 years ago
Em tccEditorController mudar a função isProject para:
public boolean isProject() { if(SessionManager.getAttribute("projeto") != null) return (boolean) SessionManager.getAttribute("projeto"); else if(tcc!=null) return tcc.isProjeto(); return false; }
Em tccEditorController mudar a função isProject para:
public boolean isProject() { if(SessionManager.getAttribute("projeto") != null) return (boolean) SessionManager.getAttribute("projeto"); else if(tcc!=null) return tcc.isProjeto(); return false; }