Bug 974413

Summary: Regression: Searching via filter
Product: [Community] PressGang CCMS Reporter: Lee Newson <lnewson>
Component: Web-UIAssignee: pressgang-ccms-dev
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: low    
Version: 1.1CC: mcaspers
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-01 23:41:32 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Lee Newson 2013-06-14 07:27:25 UTC
Searching via a filter doesn't use the same logic it used to in the SEAM UI. The old UI would use the filterId in the URL so that it was bookmark-able, and if someone changed the filter they would still get the same results.

Now the filter contents is expanded and generated via the filter contents. This means that if someone was to change the filter then any one who had it bookmarked would have to update.

eg. Using the New UI generates the following URL when searching for filter 44:

http://localhost:8080/pressgang-ccms-ui-next/#SearchResultsAndTopicView;query;catint5=And;tag14=0;tag19=1;tag119=1;logic=Or

when it should be generating:

http://localhost:8080/pressgang-ccms-ui-next/#SearchResultsAndTopicView;query;filterId=44

Comment 1 Lee Newson 2013-06-16 23:13:20 UTC
Forgot to mention this only applies for the "load and search" functionality.

Comment 2 Matthew Casperson 2013-06-18 23:49:18 UTC
Fixed in 201306190938

NOTE:
When QAing bug fixes, please make sure the build you are using is equal to or higher than the build identified above. Be aware that this fix may have only been applied in PressGang Next at this time, or it may not be currently applied in any production system, in which case it can only be verified at a later date.

Comment 3 Lee Newson 2013-07-01 23:41:32 UTC
Yep, works for me.