Merge pull request #21596 from Saboti215/patch-1
feat: Add ability to use HTML fields in grids
This commit is contained in:
commit
d731db352a
1 changed files with 1 additions and 0 deletions
|
|
@ -1496,6 +1496,7 @@ def get_fields_not_allowed_in_list_view(meta) -> list[str]:
|
|||
not_allowed_in_list_view.append("Attach Image")
|
||||
if meta.istable:
|
||||
not_allowed_in_list_view.remove("Button")
|
||||
not_allowed_in_list_view.remove("HTML")
|
||||
return not_allowed_in_list_view
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue