ItEr14S12ProbasModuloRecursosItEr13S15: Fixing bug in criterion edition.
If you add a new criterion after editing one and clicking the cancel button it showed the last criterion name in the creation window.
This commit is contained in:
parent
fa37437400
commit
c10f4268dd
1 changed files with 1 additions and 1 deletions
|
|
@ -121,8 +121,8 @@ public class CriterionAdminController extends GenericForwardComposer {
|
|||
|
||||
private void goToCreateForm(ICriterionType<Criterion> type) {
|
||||
onlyOneVisible.showOnly(createComponent);
|
||||
Util.reloadBindings(createComponent);
|
||||
criterionsModel.prepareForCreate(type);
|
||||
Util.reloadBindings(createComponent);
|
||||
}
|
||||
|
||||
private void goToEditForm(Criterion criterion) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue