mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
For et2, reset old parent & new parent so they get updated next refresh. Otherwise, they may not show the change in child until logout/login or parent is actually edited
This commit is contained in:
parent
f81fd11435
commit
379427f18f
File diff suppressed because one or more lines are too long
@ -160,7 +160,7 @@
|
||||
</rows>
|
||||
</grid>
|
||||
</template>
|
||||
<template id="infolog.edit" template="" lang="" group="0" version="1.9.003">
|
||||
<template id="infolog.edit" template="" lang="" group="0" version="1.9.100">
|
||||
<grid width="100%">
|
||||
<columns>
|
||||
<column width="103"/>
|
||||
@ -203,7 +203,7 @@
|
||||
</menulist>
|
||||
<hbox span="all">
|
||||
<description value="Parent"/>
|
||||
<link-entry align="right" id="info_id_parent" options="infolog" class="noWrap searchParent"/>
|
||||
<link-entry align="right" id="info_id_parent" onchange="if(egw && widget) { if(widget._oldValue) window.opener.egw.dataStoreUID(egw.appName+"::"+widget._oldValue,false);window.opener.egw.dataStoreUID(egw.appName+"::"+widget.getValue(),false);}" options="infolog" class="noWrap searchParent"/>
|
||||
</hbox>
|
||||
</row>
|
||||
<row class="row">
|
||||
|
Loading…
Reference in New Issue
Block a user