mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Don't do client-side validation if infolog type is changed
This commit is contained in:
parent
734b5d02f2
commit
cd91e59911
@ -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"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user