Wesley Barroso Lopes
Wesley Barroso Lopes
@nileshgulia1 I think CI tests will only pass when everything is implemented.
> @wesleybl I took care of most of the tests. The remaining failing tests I see are not very much related to prefix feature, I think they are flaky which...
> We are using this in our configuration too but then not using the RR basename. iirc, the entire point of using the basename is avoiding the manual prefixes and...
The option I see would be to get the user in the `PersistentSlashMenu` component itself, and pass it to the `restricted` function. Would that be acceptable?
@barelysomethin the file in question is this one: https://github.com/plone/volto/blob/main/packages/volto/src/components/manage/Controlpanels/Users/UsersControlpanel.jsx
> Looks good. Could you please also mention user in the docs? Done
It was missing to do the dispatch in getUser. It may be that the user is not in the store yet. I'll see if I can make a PR.
@avoinea we have to finish #6293. I don't see a problem with having that in Volto 17.
> As https://github.com/plone/volto/pull/6293 was merged, maybe we can reiterate now the back-port of this to Volto 17.x 🤔 Done in #6375
@ksuess I don't think it would be a good idea to do a breaking change for this. Someone who customized the Tags might not like it. I tried to follow...