Closed lucaslarcher closed 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()));
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()));