Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 1655 → Rev 1656

/branches/v3/impl/src/java/pt/estgp/estgweb/filters/filters/ResourceAccessControlQuestionariosReportDocenteFilter.java
71,6 → 71,14
 
for(CourseUnit cu : courseUnitList)
{
if(cu.getCourse() != null)
{
CourseImpl course = (CourseImpl) DaoFactory.getCourseDaoImpl().narrow(cu.getCourse());
if(course.isFromCourseCommission(userSession))
{
return true;
}
}
if(cu.getCourse().getDepartment() != null)
{
if(cu.getCourse().getDepartment().getBoardRole() != null)
/branches/v3/impl/src/web/user/questionarios/reports/reportsHelp.jsp
65,8 → 65,8
<td><span class="glyphicon glyphicon-ok"></span></td>
<td><span class="glyphicon glyphicon-ok"></span></td>
<td><span class="glyphicon glyphicon-ok"></span></td>
<td><span class="glyphicon glyphicon-ok"></span></td>
<td></td>
<td></td>
<td><span class="glyphicon glyphicon-ok"></span></td>
<td></td>
</tr>
/branches/v3/impl/src/web/user/questionarios/pedagogicoEstudante/questionarioAdminPanel.jsp
110,6 → 110,7
<html:link styleClass="btn ${classAssignCourses}" action="/user/questionarioPedagogicoStartChooseCourses?questionarioId=${Questionario.id}">
Selecção de Cursos
</html:link>
Correr novamente selecção de cursos caso se adicionem novas unidades ao SIGES.
</div>
 
<logic:equal value="ASSIGNING_COURSES" name="Questionario" property="substate">