Skip to content

Commit 4d6eb05

Browse files
Merge branch 'fix/issue-145' into hotfixes
2 parents fd3582f + 28efb43 commit 4d6eb05

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
@@ -728,6 +728,7 @@ export class TableFilterComponent implements OnInit, AfterViewInit, OnDestroy, O
728728
col.type !== TFColumnType.externalLink &&
729729
col.type !== TFColumnType.longtext &&
730730
col.type !== TFColumnType.autocomplete &&
731+
col.type !== TFColumnType.attachmentModals &&
731732
!col.link;
732733
const notEditable = !col.editable || this.notEditableByProperty(entity, col) || el.classList.contains('ft-cell');
733734

0 commit comments

Comments
 (0)