Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: fb92220f by Tony Chemit at 2024-09-02T11:14:27+02:00 Fix onRemoveRow method (we already are using the modelRow) - See #1203 - - - - - 1 changed file: - client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/data/table/ContentTableUITableModel.java Changes: ===================================== client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/data/table/ContentTableUITableModel.java ===================================== @@ -226,8 +226,7 @@ public abstract class ContentTableUITableModel<D extends DataDto, C extends Cont // do nothing by default } - protected void onRemovedRow(int row) { - int modelRow = getModelRow(row); + protected void onRemovedRow(int modelRow) { inlineModels.keySet().forEach(inlineModel -> inlineModel.removeRow(modelRow)); } View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/fb92220ff621d9321d0e50c0dc... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/fb92220ff621d9321d0e50c0dc... You're receiving this email because of your account on gitlab.com.