Bug 974413 - Regression: Searching via filter
Summary: Regression: Searching via filter
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: PressGang CCMS
Classification: Community
Component: Web-UI
Version: 1.1
Hardware: Unspecified
OS: Unspecified
low
unspecified
Target Milestone: ---
: ---
Assignee: pressgang-ccms-dev
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-14 07:27 UTC by Lee Newson
Modified: 2013-07-01 23:41 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-07-01 23:41:32 UTC
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.