Don't do client-side validation if infolog type is changed

This commit is contained in:
Nathan Gray 2014-04-02 18:50:20 +00:00
parent 734b5d02f2
commit cd91e59911

View File

@ -197,7 +197,7 @@
<row class="dialogHeader2"> <row class="dialogHeader2">
<description value="Type" for="info_type"/> <description value="Type" for="info_type"/>
<menulist class="et2_fullWidth"> <menulist class="et2_fullWidth">
<menupopup statustext="Type of the log-entry: Note, Phonecall or ToDo" id="info_type" no_lang="1" onchange="1" /> <menupopup statustext="Type of the log-entry: Note, Phonecall or ToDo" id="info_type" no_lang="1" onchange="widget.getInstanceManager().submit(null,false,true); return false;" />
</menulist> </menulist>
<description/> <description/>
<description value="Contact"/> <description value="Contact"/>