Skip to content

Conversation

@drfho
Copy link
Contributor

@drfho drfho commented Jul 9, 2025

The currend edited data-row is not marked as selected if the PK (id) is not equal to the sequence-index of the dataset.
The logical problem shall be solved here in Line 121

<tr tal:define="value python:record.get('__id__',qindex)"
tal:attributes="id python:'tr_%i'%qindex;
data-__id__ python:record.get('__id__');
class python:['','zmi-selected'][int(str(value)==str(request.get('qindex')) or str(value) in [str(x) for x in request.get('qindices',[])])]">

qindex

@drfho drfho requested a review from zmsdev July 9, 2025 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants