branch develop updated (5880725 -> 8c5e4e5)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository tutti. See http://git.codelutin.com/tutti.git from 5880725 fix test compile new 8c5e4e5 fixes #6372: [CAPTURE] harmoniser le comportement de l'écran quand on renseigne le champ nombre à la création d'un lot 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 8c5e4e53d7aadcd23fefdc6fa1e2008c827adfea Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Jan 2 07:15:09 2015 +0100 fixes #6372: [CAPTURE] harmoniser le comportement de l'écran quand on renseigne le champ nombre à la création d'un lot Summary of changes: .../content/operation/catches/species/create/CreateSpeciesBatchUI.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 develop in repository tutti. See http://git.codelutin.com/tutti.git commit 8c5e4e53d7aadcd23fefdc6fa1e2008c827adfea Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Jan 2 07:15:09 2015 +0100 fixes #6372: [CAPTURE] harmoniser le comportement de l'écran quand on renseigne le champ nombre à la création d'un lot --- .../content/operation/catches/species/create/CreateSpeciesBatchUI.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/species/create/CreateSpeciesBatchUI.css b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/species/create/CreateSpeciesBatchUI.css index 271a302..b40fa6f 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/species/create/CreateSpeciesBatchUI.css +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/species/create/CreateSpeciesBatchUI.css @@ -51,7 +51,7 @@ NumberEditor { } #categoryPanel { - visible: {model.getSpecies() != null}; + visible: {model.getSpecies() != null && model.getBatchCount() == null}; } #sampleCategoryLabel { -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm