Skip to content

Commit a16b7ad

Browse files
Merge remote-tracking branch 'origin/fix/issue-145' into fix/issue-136
2 parents c92821f + 28efb43 commit a16b7ad

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)