You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Andi Huber (Jira)" <ji...@apache.org> on 2021/12/22 14:25:00 UTC

[jira] [Resolved] (ISIS-2929) [Wicket] Sorting or expanding a table results in new DataTableModel detached from Checkbox-Toggle-Model

     [ https://issues.apache.org/jira/browse/ISIS-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andi Huber resolved ISIS-2929.
------------------------------
    Resolution: Resolved

multiple fixes:
# don't detach DataTableModelWkt, so can be reused for sorting
# when data-rows represent entities, always re-fetch them if not attached
# simplify the wiring between toggle check-boxes and the backend bindable model

> [Wicket] Sorting or expanding a table results in new DataTableModel detached from Checkbox-Toggle-Model
> -------------------------------------------------------------------------------------------------------
>
>                 Key: ISIS-2929
>                 URL: https://issues.apache.org/jira/browse/ISIS-2929
>             Project: Isis
>          Issue Type: Bug
>            Reporter: Andi Huber
>            Assignee: Andi Huber
>            Priority: Blocker
>             Fix For: 2.0.0-M7
>
>
> After sorting or expanding a table, the Checkbox-Toggle model from the UI runs out of sync with the DataTableModel used to feed associated actions.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)