Skip to content
Snippets Groups Projects
Commit 01440cba authored by srosse's avatar srosse
Browse files

OO-531: fix a redraw issue in the QTI course node configuration

parent f13a3824
No related branches found
No related tags found
No related merge requests found
......@@ -409,6 +409,8 @@ public class IQ12EditForm extends FormBasicController {
endDateElement.clearError();
if (!endDateElement.isVisible()) endDateElement.setValue("");
endDateElement.setVisible(startDateElement.isVisible());
flc.setDirty(true);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment