mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Addressbook: fix name / organisation column disappeared after several column changes
last_link & next_link values would be included in validated results, and the build up of empty rows would trigger the row repeat client side and nextmatch would read the wrong row somehow.
This commit is contained in:
parent
723db2c004
commit
d9ae364595
@ -163,9 +163,9 @@
|
||||
</vbox>
|
||||
<description id="${row}[id]" class="contactid"/>
|
||||
<vbox>
|
||||
<link id="${row}[last_link]"/>
|
||||
<link id="${row}[next_link]"/>
|
||||
</vbox>
|
||||
<link id="${row}[last_link]" readonly="true"/>
|
||||
<link id="${row}[next_link]" readonly="true"/>
|
||||
</vbox>
|
||||
<vbox>
|
||||
<date-time id="${row}[created]" readonly="true" class="noWrap"/>
|
||||
<select-account id="${row}[creator]" readonly="true"/>
|
||||
|
Loading…
Reference in New Issue
Block a user