Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#25022 closed defect (bug) (fixed)

Feature notification after update should display only once

Reported by: targz's profile tar.gz Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 3.6.1 Priority: normal
Severity: normal Version:
Component: Help/About Keywords: has-patch
Focuses: Cc:

Description

This is certainly an edge case, but still:

After an upgrade from 3.4 > 3.6, on a site where the post editor contains several metaboxes with file upload capacity, the user will see as many "New feature" notifications as there are metaboxes. Which can be quite a lot, in a WP-as-CMS-implementation.

I would assume that each "notification type" should be displayed only once, even if several similar metabox instances are present.

Attachments (2)

multiple-duplicate-notifications.png (159.7 KB) - added by tar.gz 13 years ago.
25022.diff (486 bytes) - added by nacin 13 years ago.

Download all attachments as: .zip

Change History (6)

@nacin
13 years ago

#1 @nacin
13 years ago

  • Component changed from Warnings/Notices to Help/About
  • Keywords has-patch added
  • Milestone changed from Awaiting Review to 3.6.1

That's funky looking.

This is actually fairly easy to trigger in 3.6 due to the post locking pointer, if there are multiple posts being edited at the same time. This should be easy to fix, so moving to 3.6.1.

This should be simple to fix. Untested patch attached.

#2 @helen
13 years ago

#22735 was marked as a duplicate.

#3 @SergeyBiryukov
13 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 25117:

Avoid displaying multiple instances of the same feature pointers on a single screen. props nacin. fixes #25022 for trunk.

#4 @SergeyBiryukov
13 years ago

In 25118:

Avoid displaying multiple instances of the same feature pointers on a single screen. props nacin. fixes #25022 for 3.6.

Note: See TracTickets for help on using tickets.