Page MenuHomePhabricator

Enhanced watchlist shows inconsistent behavior when showing "minor" and "bot" flag for multiple changes
Closed, ResolvedPublic

Description

Screenshot

See the screenshot: The watchlist shows two edits to the same page, one marked as "minor" and "bot", the other only marked as "minor". In the combined edit the flag for "bot" is shown, but not "minor".

In my opinion it should be just the other way round:

When a flag is set for *all* edits to that page, then show it for the combined entry.
When a flag is set only for some edit, but not for all, then don't show it; a "bot" flag tells the user "you don't have to look at these changes", so when there is one non-bot change, the flag should be shown for the combined entry.


Version: unspecified
Severity: normal

Attached:

inconsistant.png (89×765 px, 10 KB)

Details

Reference
bz37263

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:22 AM
bzimport set Reference to bz37263.

The minor attribute of the "main line" is always set to false and the bot attribute is set to true, when one bot edit occurs in the group.

Changed this with gerrit 36360