mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Give an ID with '{' to first widget so auto-repeat detection works.
Fixes field mapping not working if you don't select every row
This commit is contained in:
parent
0eeb20da86
commit
8adfd16974
@ -27,11 +27,9 @@
|
||||
<description value="Translation"/>
|
||||
</row>
|
||||
<row>
|
||||
<description value="${row_cont[index]}" no_lang="1"/>
|
||||
<description id="{$row_cont[index]}" value="${row_cont[index]}" no_lang="1"/>
|
||||
<description value="{$row_cont[title]}" no_lang="1"/>
|
||||
<menulist>
|
||||
<menupopup id="{$row}[field]" no_lang="1"/>
|
||||
</menulist>
|
||||
<listbox id="{$row}[field]" no_lang="1"/>
|
||||
<textbox id="{$row}[conversion]"/>
|
||||
</row>
|
||||
</rows>
|
||||
|
Loading…
Reference in New Issue
Block a user