Automattic / lightweight-term-count-update

Makes term count updates less painful
GNU General Public License v2.0
27 stars 8 forks source link

Stops tag/categories being added to drafts/scheduled posts #11

Closed philipjohn closed 7 years ago

philipjohn commented 7 years ago

I'm not sure why yet, but the plugin appears to be causing tags and categories to not be appropriately saved when updating draft posts or scheduled posts.

Steps to reproduce:

  1. Start a new post
  2. Assign some tags and/or categories
  3. Save as a draft

Expected outcome: Post is saved with the selected tags/categories Actual outcome: Post is saved but there are no tags/categories assigned

philipjohn commented 7 years ago

I should add: disabling the plugin resolved the issue for me, but I have yet to test on a vanilla install to be sure it's this plugin and not some interaction with other code.

mboynes commented 7 years ago

@philipjohn Can you confirm that the plugin is up-to-date? #8 fixed a bug that sounds identical.

philipjohn commented 7 years ago

Bingo! Thanks Matt!

mboynes commented 7 years ago

Whew!