Skip to content
Snippets Groups Projects
Commit 3e9c483c authored by pkupczyk's avatar pkupczyk
Browse files

SP-104 / BIS-64 and SP-132 / BIS-82 - Registration and edit forms improvements bugfixing:

- project edit form marked as dirty on entry

SVN: 26207
parent dd5e0284
No related branches found
No related tags found
No related merge requests found
...@@ -184,8 +184,8 @@ abstract class AbstractProjectEditRegisterForm extends AbstractRegistrationForm ...@@ -184,8 +184,8 @@ abstract class AbstractProjectEditRegisterForm extends AbstractRegistrationForm
protected void initGUI() protected void initGUI()
{ {
addFormFields();
setValues(); setValues();
addFormFields();
setLoading(false); setLoading(false);
layout(); layout();
} }
......
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