Step to repoduce
First of all, install provided studio project (studio-project-NXP-16974.jar). This project has only 2 Search content view:
- WithOtherColumns1 which displays results on 3 columns Title with link *, *Author and Last contributor
- WithOtherColumns2 which displays results on 2 columns Lifecycle state and Title with link
Then:
1- go to search tab
3- See that the selected search is 'WithOtherColumns2' and the displayed columns are Lifecycle state and Title with link -> OK
4- Change the selected Search to 'WithOtherColumns' and see that the displayed columns are Lifecycle state, Title with link and Last contributor instead of Title with link *, *Author and Last contributor
-> KO
5- Click on filter, and see that columns are displayed correctly.
The reason seems that the contentViewState coded as url parameter is not updated correctly and keeps the previous one.