Page MenuHomePhabricator

Delete some now invalid PhabricatorFeedQuery saved queries in the Phab DB
Open, LowPublic

Description

Followup to T387479: 'Unhandled Exception ("Error")' displayed when attempting to filter the Phabricator activity feed by IDs/PHIDs.

Potentially delete saved query rows in the DB which now throw the exceptions

  • Call to undefined method PhabricatorFeedQuery::withIDs()
  • Call to undefined method PhabricatorFeedQuery::withPHIDs()

SELECT ssq.* FROM phabricator_search.search_savedquery ssq WHERE ssq.engineClassName = "PhabricatorFeedSearchEngine" AND (ssq.parameters LIKE "%\"phids\":[\"%" OR ssq.parameters LIKE "%\"ids\":[\"%") LIMIT 500;

Looks like no dashboard panels are using those? (cf T414796)

Event Timeline

Aklapper triaged this task as Low priority.