Opened 3 years ago

Closed 3 years ago

#12912 closed defect (bug) (fixed)

Admin Notice Feed Message

Reported by: bloggus Owned by:
Priority: low Milestone: 3.0
Component: Multisite Version: 3.0
Severity: minor Keywords:
Cc: helixgalaxy@…

Description

MultiSite

If clicked once when it appears, it doesn't vanish on the first page reload, but vanish once the page is relaoded once again.

Small issue, but anyway ...

Change History (4)

This is actually an issue with the *_user_option API that, I believe, has been reported elsewhere. More or less, whenever we update a user option, it isn't available until then next page load, as we don't flush the vars they are held in.

Simple fix would be to issue a return early in the admin notice feed handler. Let's do that for 3.0.

(In [14038]) Stop a dismissed admin notice feed from appearing on the next page load. see #12912.

I was referencing #11254 for the user API fix.

This one should be good.

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.