Skip to content

Commit 28efb43

Browse files
removed attachmentModal from rowClick
1 parent 41bda47 commit 28efb43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/elements/table-filter/table-filter.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,7 @@ export class TableFilterComponent implements OnInit, AfterViewInit, OnDestroy, O
727727
col.type !== TFColumnType.externalLink &&
728728
col.type !== TFColumnType.longtext &&
729729
col.type !== TFColumnType.autocomplete &&
730+
col.type !== TFColumnType.attachmentModals &&
730731
!col.link;
731732
const notEditable = !col.editable || this.notEditableByProperty(entity, col) || el.classList.contains('ft-cell');
732733

0 commit comments

Comments
 (0)