This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit b366dd9f4582117fd1b8bf5085620e7799af9aa8 Author: Kevin Morin <morin@codelutin.com> Date: Tue Sep 15 18:07:07 2015 +0200 fix predicates --- .../ird/observe/ui/content/open/impl/longline/TripLonglineUI.css | 7 +++---- .../fr/ird/observe/ui/content/open/impl/seine/TripSeineUI.css | 9 +++------ 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/content/open/impl/longline/TripLonglineUI.css b/observe-application-swing/src/main/java/fr/ird/observe/ui/content/open/impl/longline/TripLonglineUI.css index ec27bed..8a86a12 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/content/open/impl/longline/TripLonglineUI.css +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/content/open/impl/longline/TripLonglineUI.css @@ -60,8 +60,8 @@ NumberEditor { #captain { property:{TripLonglineDto.PROPERTY_CAPTAIN}; selectedItem:{bean.getCaptain()}; - //FIXME - //_listPredicate:{PersonDtos.newCaptainPredicate()}; + FIXME + _listPredicate:{PersonDtos.newCaptainPredicate(true)}; } #dataEntryOperatorLabel { @@ -72,8 +72,7 @@ NumberEditor { #dataEntryOperator { property:{TripLonglineDto.PROPERTY_DATA_ENTRY_OPERATOR}; selectedItem:{bean.getDataEntryOperator()}; - //FIXME - //_listPredicate:{PersonDtos.newDataEntryOperatorPredicate()}; + _listPredicate:{PersonDtos.newDataEntryOperatorPredicate(true)}; } #tripTypeLabel{ diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/content/open/impl/seine/TripSeineUI.css b/observe-application-swing/src/main/java/fr/ird/observe/ui/content/open/impl/seine/TripSeineUI.css index f6f99a1..c125cc0 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/content/open/impl/seine/TripSeineUI.css +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/content/open/impl/seine/TripSeineUI.css @@ -52,8 +52,7 @@ NumberEditor { #observer { property:{TripSeineDto.PROPERTY_OBSERVER}; selectedItem:{bean.getObserver()}; - //FIXME - //_listPredicate:{PersonDtos.newObserverPredicate()}; + _listPredicate:{PersonDtos.newObserverPredicate(true)}; } #captainLabel { @@ -64,8 +63,7 @@ NumberEditor { #captain { property:{TripSeineDto.PROPERTY_CAPTAIN}; selectedItem:{bean.getCaptain()}; - //FIXME - //_listPredicate:{PersonDtos.newCaptainPredicate()}; + _listPredicate:{PersonDtos.newCaptainPredicate(true)}; } #dataEntryOperatorLabel { @@ -76,8 +74,7 @@ NumberEditor { #dataEntryOperator { property:{TripSeineDto.PROPERTY_DATA_ENTRY_OPERATOR}; selectedItem:{bean.getDataEntryOperator()}; - //FIXME - //_listPredicate:{PersonDtos.newDataEntryOperatorPredicate()}; + _listPredicate:{PersonDtos.newDataEntryOperatorPredicate(true)}; } #vesselLabel { -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.