Homec4science

After saving a custom query, redirect to its results page

Authored by epriestley <git@epriestley.com> on May 27 2013, 22:41.

Description

After saving a custom query, redirect to its results page

Summary:
Ref T2625. Currently, after saving a query the user is redirected to "/search/", which isn't especially useful. Instead, redirect them back into the application they came from and to the query results page.

Also, query hashes may contain ".", which does not match \w. Use [^/] instead.

Test Plan: Saved some custom queries.

Reviewers: btrahan, blc

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T2625

Differential Revision: https://secure.phabricator.com/D6055

Details

Committed
epriestley <git@epriestley.com>May 27 2013, 22:41
Pushed
aubortJan 31 2017, 17:16
Parents
rPH215553c2616d: Introduce PhabricatorSavedQueryQuery
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPH587530d97335: After saving a custom query, redirect to its results page (authored by epriestley <git@epriestley.com>).May 27 2013, 22:41