edit edit: *not* a caching issue? (&lt;<https://ww...
# general
m
edit edit: not a caching issue? (<https://www.loom.com/share/49d92e2a39254d84979b2b66d26ae6b8%7C&lt;1 min loom video>) the menu item only shows up when the importer menu item is selected. 🤔 i'm unsure what might cause that or what kind of fix might need to be submitted? i have a pretty vanilla install (since we've got the
solidus_importer
gem rn) but really haven't done anything custom past installing and running that.
I tried uninstalling the importer, and the menu item still doesn't show up. 🤔 Looking at the source for `solidus_subscriptions`'s
MenuItem
implementation, might it be that I don't have the proper role? But if that's the case, why was I able to get to the page only sometimes? Ah, I think because view permission is only checked for at the level where the tab is exposed if I'm understanding this search and this search correctly... it appears that it's a security through obscurity model and that it truly is only just the visibility of the tab that's shown? 🤔 But then why conditionally show then when on Importer if that's the case? 😵‍💫 This all said: it does appear that the
:admin
is assigned the subscription management permission set. .... might it be that this gem has
solidus_roles
as a dependency perhaps? 😬 Gonna test that next. 🙂
.... the same thing is happening with the user roles plugin, despite these clear screenshots in the documentation showing an available interface 🤦‍♀️ surely i'm missing something easy somewhere?
I don't know how
Deface
works, but maybe it's because the method of adding a menu item in the
solidus_user_roles
gem doesn't match what's in documentation here for solidus? 🤔 maybe i'm just getting unlucky?