INN / umbrella-sfpublicpress

San Francisco Public Press
https://sfpublicpress.org/
GNU General Public License v2.0
1 stars 4 forks source link

Top term field only functions after page reload #130

Open MirandaEcho opened 4 years ago

MirandaEcho commented 4 years ago

When a new page is created, the top term cannot be selected until the page is published, visited, and then clicked to edit again. Is this intended functionality, a known issue, or something else?

benlk commented 4 years ago

Known problem; the Top Term meta box isn't as fully-featured in Gutenberg as we would like. https://github.com/INN/largo/issues/1795

A shorter loop is:

  1. Assign tags/categories/series/whatever to the post
  2. Save the post.
  3. Refresh the tab or browser window containing the editor.

This way, they don't have to visit the post or publish it first.