Actions
Bug #36322
closedTracker #36249: Content View's version should have an indication/message if a specific version has Content View Filters applied
Add filters_applied? to cv version API.
Description
API should have a filters_applied boolean flag on CV versions which indicates whether a version has filter applied.
This should look at filters_applied json field and return true/false based on data in the field.
(Value can be nil for old records. True/False for versions published after feature is shipped. Data migration is not possible since we don't have historical records to determine this)
Actions