# Unable to save category settings made by plugins

**URL:** https://meta.discourse.org/t/unable-to-save-category-settings-made-by-plugins/400699
**Category:** Bug
**Tags:** events, restricted-replies
**Created:** [April 15, 2026, 2:12pm UTC](https://meta.discourse.org/t/unable-to-save-category-settings-made-by-plugins/400699 "2026-04-15T14:12:23Z")
**Posts on this page:** 1
**Showing post:** 11

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [April 17, 2026, 7:00am UTC](https://meta.discourse.org/t/unable-to-save-category-settings-made-by-plugins/400699/11 "2026-04-17T07:00:19Z")

</div>

> [@martin](#):
>
> We had both [Simplified category setup](https://meta.discourse.org/t/simplified-category-setup/394971) and the upcoming change in the admin UI  
> …  
> You should have received notifications about this change both when it appeared on your site

Yes I did, on February 3rd.

But at that moment, the change with the floating save button had not been implemented yet (that was the end of February, I think). There wasn’t an additional update in that topic or elsewhere to reflect those changes.

> [@martin](#):
>
> What else would have helped you in this case?

Any of these:

- a timely technical announcement targeted towards plugin developers
- temporary automatic fallback to the old logic (like has been done for the topic list, whenever there was legacy plugin code it automatically fell back).
- temporary fallback code that keeps the legacy functionality working (detect inputs outside forms and include them in the settings that need to be saved). That could have saved you guys the effort of all those ` {{#if this.siteSettings.enable_simplified_category_creation}}` branches as well.
- browser development console warnings when legacy code is detected
- a static scan of known plugins, like I did yesterday (took me 10 minutes and I even found some official plugins that were overlooked 😉 )

> [@martin](#):
>
> As for developer warnings, I can consult with the #dev-xp::tag team to see if there is something better we can do next time.

That would be much appreciated!

---

_[View the full topic](https://meta.discourse.org/t/unable-to-save-category-settings-made-by-plugins/400699)._
