ufjf-dcc / tcc-web

4 stars 12 forks source link

Problema de editar e voltar a ser projeto #40

Closed lucaslarcher closed 9 years ago

lucaslarcher commented 9 years ago

Em EditorTCCController mudar o trecho relacionado a projeto para da função submit() relacionado a projeto para o seguinte:

(linha 437)

if(SessionManager.getAttribute("projeto")!=null) { tcc.setProjeto(((boolean)SessionManager.getAttribute("projeto"))); SessionManager.setAttribute("projeto",false); } tcc.setCalendarioSemestre(getCurrentCalendar(tcc.getAluno().getCurso()));