# "Add User Note" no longer shown in "post admin options" menu

**URL:** https://meta.discourse.org/t/add-user-note-no-longer-shown-in-post-admin-options-menu/281957
**Category:** Bug
**Tags:** user-notes
**Created:** [October 12, 2023, 4:09am UTC](https://meta.discourse.org/t/add-user-note-no-longer-shown-in-post-admin-options-menu/281957 "2023-10-12T04:09:17Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [October 12, 2023, 4:46am UTC](https://meta.discourse.org/t/add-user-note-no-longer-shown-in-post-admin-options-menu/281957/6 "2023-10-12T04:46:21Z")

</div>

Actually I can reproduce this. I mis-read the second part of your post as opposite (not appearing in the user profile admin) I get the user notes option everywhere I expect except for in the post-admin options 🤔

I too have a hosted instance running the latest beta2-dev.

I suspect it may have to do with [recent updates](https://github.com/discourse/discourse/commits/main/app/assets/javascripts/discourse/app/components/admin-post-menu.gjs) to the `admin-post-menu.gjs` file, and the plugin still using widgets:

> <https://github.com/discourse/discourse-user-notes/blob/317e97e664086ab418cbd5bf1f594f18dc7dc703/assets/javascripts/discourse/initializers/enable-user-notes.js#L88C1-L99C10>

this topic seems related:

> [@Overriding .gjs files - not possible?](https://meta.discourse.org/t/overriding-gjs-files-not-possible/281759/3):
>
> Hi @Sören_Geier - that’s correct, you’ll need to use plugin outlets to make changes in this part of the UI. Plugin outlets are a much more robust way to extend things, and will be more reliable across Discourse core updates. If the existing Plugin Outlets don’t work for your use-case, then please let us know and we’ll be happy to look at introducing new ones. In this case, you might be interested in the proposal in [DEV: Add outlet and API for adding/controlling post selection buttons by keegan…](https://github.com/discourse/discourse/pull/23782)

---

_[View the full topic](https://meta.discourse.org/t/add-user-note-no-longer-shown-in-post-admin-options-menu/281957)._
