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:
nathan 2021-10-25 14:33:13 -06:00
parent ebe8e3bc34
commit 90e5d1b289

View File

@ -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"/>