Subversion Repositories bacoAlunos

Rev

Rev 1745 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1745 Rev 1746
Line 167... Line 167...
167
                                </logic:equal>
167
                                </logic:equal>
168
                                <a href="<%=unidade.getUrlFichaCurricular()%>"><span class="glyphicon glyphicon-download"></span></a>
168
                                <a href="<%=unidade.getUrlFichaCurricular()%>"><span class="glyphicon glyphicon-download"></span></a>
169
                            </td>
169
                            </td>
170
                        </tr>
170
                        </tr>
171
                <%
171
                <%
-
 
172
                            if(autoGeneratedSiges || autoGeneratedUrl)
-
 
173
                                courseService.savePlanoEstudosEditado(c.getId(),plan.getId(),curso,plan,UserSession);
172
                        }
174
                        }
173
                    }
175
                    }
174
                    if(semestre.getPerfil()!=null)
176
                    if(semestre.getPerfil()!=null)
175
                    {
177
                    {
176
                        for(Curso.Semestre.Perfil perfil : semestre.getPerfil())
178
                        for(Curso.Semestre.Perfil perfil : semestre.getPerfil())
Line 180... Line 182...
180
 
182
 
181
                            }
183
                            }
182
                        }
184
                        }
183
                    }
185
                    }
184
                }
186
                }
185
                //courseService.savePlanoEstudosEditado(c.getId(),plan.getId(),curso,plan,UserSession);
-
 
186
            }
187
            }
187
            %>
188
            %>
188
        <%
189
        <%
189
        }catch(Throwable t)
190
        }catch(Throwable t)
190
        {
191
        {