mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +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>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
</template>
|
</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%">
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="103"/>
|
<column width="103"/>
|
||||||
@ -203,7 +203,7 @@
|
|||||||
</menulist>
|
</menulist>
|
||||||
<hbox span="all">
|
<hbox span="all">
|
||||||
<description value="Parent"/>
|
<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>
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
<row class="row">
|
<row class="row">
|
||||||
|
Loading…
Reference in New Issue
Block a user