Wesley Barroso Lopes

Results 199 comments of Wesley Barroso Lopes

@ravi-aman When I access: http://localhost:3000/controlpanel I receive error code 200, even though the screen shows "Unauthorized." It's "less bad," but it's still wrong.

@pratyush07-hub The backend handles this. See https://github.com/plone/plone.restapi/issues/1613

@shashank0470 Just a note for next time: it’s important to include a Closes #\ line in the PR description. I’ve added it to this one, but having it from the...

> the sub/project is not supposed to be used by integrators... You'd rather use the full project one. Run cookieplone and the user/integrator facing options are the only ones listed...

@VibhuGupta-dev If don't have an open PR and no one is assigned to the issue, you can simply start working on it and open a PR. No request is necessary.

@VibhuGupta-dev But in this case, there is already an open PR: https://github.com/plone/volto/pull/7218 However, the issue is not referenced in the PR description; I will fix it. You can talk to...

If I add `fr-ht` to the available languages, install `plone.app.multilingual`, and access the portal via SSR, I get another error beforehand: ```shell TypeError: Cannot read properties of undefined (reading 'nativeName')...

@aryan7081 For some reason, with these modifications, when adding a search block, two blocks are added.

> it could as well be global but that could also cause breaking changes. @pnicolli I don't understand why you think this would be a breaking change. There's no `visually-hidden`...

@aryan7081 When I do: http://localhost:8080/Plone/++api++/@search?sort_on=effective&sort_order=descending sorting works. So why doesn't it work with the `searchContent` action?