Bindings must be reloaded

Otherwise it wouldn't update the original and total labels in the
extended view. The setup method is called when the rows are retrieved
again.
This commit is contained in:
Oscar Gonzalez Fernandez 2014-05-14 13:24:15 +02:00
parent b0d8bf4629
commit 5b7f751cf1

View file

@ -526,7 +526,7 @@ public class FormBinder {
} }
/** /**
* *
* @return <code>true</code> if and only if operation completed and must * @return <code>true</code> if and only if operation completed and must
* exit the edition form * exit the edition form
*/ */
@ -557,7 +557,7 @@ public class FormBinder {
workableDaysAndDatesBinder.afterApplicationReloadValues(); workableDaysAndDatesBinder.afterApplicationReloadValues();
setupRows(); Util.reloadBindings(allocationsGrid);
} }
@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")