You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The *_rt functionality only exists for finding fields.
Describe the solution you'd like
It would be possible to add *_rt to every rich text field in the app? That way it don't force the use of remove_html filter.
Describe alternatives you've considered
At the moment I'm using the remove_html filter to remove tags from the text and use it in the report generation. Although this loses the formatting and isn't the ideal solution.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The *_rt functionality only exists for finding fields.
Describe the solution you'd like
It would be possible to add *_rt to every rich text field in the app? That way it don't force the use of remove_html filter.
Describe alternatives you've considered
At the moment I'm using the remove_html filter to remove tags from the text and use it in the report generation. Although this loses the formatting and isn't the ideal solution.
The text was updated successfully, but these errors were encountered: