Hide Forgot
Description of problem: Currently, CV verion with filtered contents only are exported and imported(as expected and without creating same filters in importing org), but the actual filters are not imported. Can we add support to export and import CV version with filters? Version-Release number of selected component (if applicable): Satellite 6.5.0 snap 3 How reproducible: Steps to Reproduce: 1. Create CV with filter and publish. 2. Export CV version published above. 3. Attempt to import the CV version from another satellite/org. Actual results: The CV with filter version is exported and imported with filtered contents, but the actual filter is not exported/imported. Expected results: The CV with filter version is exported and imported with filtered contents along with filter. Additional info:
Filters are not associated to a content view version, they are associated with the content view itself. The filters for a given version are not saved in the database. Thus, a content view has filters that could have changed since a version was published. If we were exporting content view definitions we could export the most recent filters but they may not be relevant to an exported version.