ufjf-dcc / tcc-web

4 stars 12 forks source link

Problema ao editar projeto #38

Closed lucaslarcher closed 9 years ago

lucaslarcher commented 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; }