Skip to content

Commit

Permalink
Merge branch 'feat/user_view_prefs' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Aug 14, 2024
2 parents 6e2eca5 + 1235374 commit 6632b54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/widgets/base/one2many/One2manyTree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ export const One2manyTree = ({
onAllRowSelectedModeChange={onAllRowSelectedModeChange}
totalRows={totalRows}
footer={aggregates && <One2manyFooter aggregates={aggregates} />}
hasStatusColumn={ooui.status !== null}
hasStatusColumn={false}
// hasStatusColumn={ooui.status !== null}
statusComponent={(status: any) => <Badge color={status} />}
onRowStatus={(record: any) => statusForResults.current?.[record.id]}
/>
Expand Down

0 comments on commit 6632b54

Please sign in to comment.