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:
Óscar González Fernández 2009-06-25 17:46:44 +02:00 committed by Javier Moran Rua
parent fa37437400
commit c10f4268dd

View file

@ -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) {