branch feature/8200 created (now a32347d)
This is an automated email from the git hooks/post-receive script. New change to branch feature/8200 in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git at a32347d Utilisation de la bonne liste de taxons (See #8200) This branch includes the following new commits: new a32347d Utilisation de la bonne liste de taxons (See #8200) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit a32347d9a4931e9e2a4f55a9fb187c64601c6a64 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Apr 4 09:34:51 2016 +0200 Utilisation de la bonne liste de taxons (See #8200) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/8200 in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git commit a32347d9a4931e9e2a4f55a9fb187c64601c6a64 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Apr 4 09:34:51 2016 +0200 Utilisation de la bonne liste de taxons (See #8200) --- .../operation/catches/species/create/CreateSpeciesBatchUIHandler.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/species/create/CreateSpeciesBatchUIHandler.java b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/species/create/CreateSpeciesBatchUIHandler.java index dff123a..e952a1b 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/species/create/CreateSpeciesBatchUIHandler.java +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/species/create/CreateSpeciesBatchUIHandler.java @@ -402,8 +402,7 @@ public class CreateSpeciesBatchUIHandler extends AbstractTuttiTableUIHandler<Spl // compute which species can still be used - List<Species> allSpecies = speciesOrBenthosBatchUISupport.getReferentSpeciesWithSurveyCode(); - //List<Species> allSpecies = getDataContext().getReferentSpeciesWithSurveyCode(true); + List<Species> allSpecies = speciesOrBenthosBatchUISupport.getReferentSpeciesWithSurveyCode(true); speciesToUse.addAll(allSpecies); } -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm