[tutti] branch feature/sampleWeightInFrequencies updated (bd5c94c -> 610d2a7)
This is an automated email from the git hooks/post-receive script. New change to branch feature/sampleWeightInFrequencies in repository tutti. See http://git.codelutin.com/tutti.git from bd5c94c refs #5139 [CAPTURE] répéter le champ "poids sous échantillon" dans la fenêtre de saisie des mensurations new 610d2a7 refs #5139 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 610d2a76f4a120edd576506fb1d121b5a3f29bdf Author: Kevin Morin <morin@codelutin.com> Date: Wed Sep 10 14:51:33 2014 +0200 refs #5139 Summary of changes: .../catches/benthos/frequency/BenthosFrequencyCellComponent.java | 2 +- .../catches/species/frequency/SpeciesFrequencyCellComponent.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 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/sampleWeightInFrequencies in repository tutti. See http://git.codelutin.com/tutti.git commit 610d2a76f4a120edd576506fb1d121b5a3f29bdf Author: Kevin Morin <morin@codelutin.com> Date: Wed Sep 10 14:51:33 2014 +0200 refs #5139 --- .../catches/benthos/frequency/BenthosFrequencyCellComponent.java | 2 +- .../catches/species/frequency/SpeciesFrequencyCellComponent.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/benthos/frequency/BenthosFrequencyCellComponent.java b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/benthos/frequency/BenthosFrequencyCellComponent.java index ec8b0b6..2f4df26 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/benthos/frequency/BenthosFrequencyCellComponent.java +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/benthos/frequency/BenthosFrequencyCellComponent.java @@ -245,11 +245,11 @@ public class BenthosFrequencyCellComponent extends DefaultTableCellRenderer { // push back to batch editRow.setNumber(null); + editRow.setWeight(frequencyModel.getTotalWeight()); } // set frequencies to the incoming batch editRow.setFrequency(frequency); - editRow.setWeight(frequencyModel.getTotalWeight()); // update frequencies total ui.getHandler().updateTotalFromFrequencies(editRow); diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/species/frequency/SpeciesFrequencyCellComponent.java b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/species/frequency/SpeciesFrequencyCellComponent.java index 8077762..60515a1 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/species/frequency/SpeciesFrequencyCellComponent.java +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/species/frequency/SpeciesFrequencyCellComponent.java @@ -245,11 +245,11 @@ public class SpeciesFrequencyCellComponent extends DefaultTableCellRenderer { // push back to batch editRow.setNumber(null); + editRow.setWeight(frequencyModel.getTotalWeight()); } // set frequencies to the incoming batch editRow.setFrequency(frequency); - editRow.setWeight(frequencyModel.getTotalWeight()); // update frequencies total ui.getHandler().updateTotalFromFrequencies(editRow); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm