Author: bleny Date: 2014-06-17 14:45:06 +0200 (Tue, 17 Jun 2014) New Revision: 2048 Url: http://forge.codelutin.com/projects/wao/repository/revisions/2048 Log: refs #5211 remove filter for professional in synthesis Modified: trunk/wao-web/src/main/webapp/WEB-INF/content/obsmer/synthesis.jsp Modified: trunk/wao-web/src/main/webapp/WEB-INF/content/obsmer/synthesis.jsp =================================================================== --- trunk/wao-web/src/main/webapp/WEB-INF/content/obsmer/synthesis.jsp 2014-06-17 12:24:45 UTC (rev 2047) +++ trunk/wao-web/src/main/webapp/WEB-INF/content/obsmer/synthesis.jsp 2014-06-17 12:45:06 UTC (rev 2048) @@ -72,13 +72,15 @@ filterLabel: "<s:text name="wao.ui.entity.targetSpeciesDCF"/>", filterValuesField: 'sampleRowsFilterValues.targetSpeciesDcfs', }, + <s:if test="authenticatedWaoUser.authorizedToFilterOnBoats"> + { + filterName: 'boatFilter.boatIds', + filterLabel: "<s:text name="wao.ui.entity.Boat"/>", + filterValuesField: 'boatsFilterValues.boats', + minimumInputLength: 3 + }, + </s:if> { - filterName: 'boatFilter.boatIds', - filterLabel: "<s:text name="wao.ui.entity.Boat"/>", - filterValuesField: 'boatsFilterValues.boats', - minimumInputLength: 3 - }, - { filterName: 'boatFilter.districtIds', filterLabel: "<s:text name="wao.ui.field.Boat.district"/>", filterValuesField: 'boatsFilterValues.districts'
participants (1)
-
bleny@users.forge.codelutin.com