Page MenuHomePhabricator

Dashboards that contain a restricted panel have all query panels stuck in 'Loading...'
Closed, DuplicatePublic

Description

This seems to be caused by the removal of the Documents query type from the query type selection in Panels. I'm not sure whether this is a bug or intentional, but I couldn't find a reference to it in the changelog.

  1. Add a document search query panel to a dashboard while still on week 7 stable (option has disappeared in week 8 stable).
  2. Upgrade to current stable branch (week 8).
  3. All query panels are now stuck with a 'Loading...' message instead of their actual content.
  4. Remove document search panel. Other query panels start working again.

phabricator c8f5fb120573f6b1a001ba78f4f8f5bc1c453e43 (Sat, Feb 25) (branched from c15501fc9b06f46a699bcded6d2e14c5c48af2db on origin)
arcanist 822bc53ca306e06314560d8a76f68771d732e8e0 (Sat, Feb 25) (branched from 3b6b523c2b236e3724a1e115f126cb6fd05fa128 on origin)
phutil e3381770af0fa8a01ca1e1078b041c00c7baab5a (Sat, Feb 25) (branched from 0625e4d28b16cba8b0154e49dc31845559b4e704 on origin)

Event Timeline

Can you clarify the steps to reproduce please? I don't know what "Documents" query type is, even reading through the diff that restricted useless panel types.

Specifically, "Wiki Documents" and "Legalpad Documents" both still are available, but "Documentation Atoms" from Diviner are not.

Reading through the diff you mention (D17341 I think?) I see that the query type was probably called "Fulltext Results". Basically the query panel version of this page: https://secure.phabricator.com/search/query/advanced/

Is that a panel you were using?

I can make a fix so this doesn't fail and grandfather these in if they were in use, but I'd also like to know if people are using these as panels, so I can revert that change if needed.

Yes, we were using the panel to show all items (tasks, revisions, wiki pages, et cetera) tagged with a certain tag.

Feed shows stuff that is happening to items with a certain tag. We want to list the items themselves, not what is happening to them.

We use this so users can tag items any they need help with. These will show up on the dashboard of other users, who can take a look and help out if they've got some time available.

I added the panel back as an option. I'll leave this open until we see if anyone else hits a similar case.

chad renamed this task from Dashboards that contain a PhabricatorSearchApplicationSearchEngine panel have all query panels stuck in 'Loading...' to Dashboards that contain a restricted panels have all query panels stuck in 'Loading...'.Feb 27 2017, 9:34 PM
chad renamed this task from Dashboards that contain a restricted panels have all query panels stuck in 'Loading...' to Dashboards that contain a restricted panel have all query panels stuck in 'Loading...'.

I like the idea of a feed/panel that shows recently active objects and not the individual events, but I don't know that I have a specific use case for it now. For how I use feed I think being able to filter out commits would be a nifty plus, as those tend to pollute the feed during arc land activity (and comments in tow). I don't think I feel too strongly about it right now though, as most of my work is driven via email activity and I primarily use Feed as a means of discoverability so I can poke my head in if something sounds interesting~

Hi! I think I've hit similar issue, but for another type of panel. We've used to use PhrequentSearchEngine panel to show phrequent/query/tracking/ (Currently tracking), which apparently got removed in D17341. Currently tracking on main dashboard was quite interesting indicator for current work aaand could be fun until phrequent gets more useul 😄

I'm just going to merge this into T8033 since I our intent there is to prevent this situation entirely.