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:
parent
b0d8bf4629
commit
5b7f751cf1
1 changed files with 2 additions and 2 deletions
|
|
@ -557,7 +557,7 @@ public class FormBinder {
|
|||
|
||||
workableDaysAndDatesBinder.afterApplicationReloadValues();
|
||||
|
||||
setupRows();
|
||||
Util.reloadBindings(allocationsGrid);
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue