Alin Voinea
Alin Voinea
In Plone Classic for each object we have an action called `URL Management` pointing to `/@@manage-aliases`. These aliases are automatically added when an object is renamed in order to automatically...
Verb | URL | Action -- | -- | -- POST | /@lock | Lock an object GET | /@lock | Current lock information PATCH | /@lock | Refresh lock...
- and with it all the indexers and transformers @avoinea - Issue: https://github.com/plone/plone.restapi/issues/1476 - plone.restapi PR: https://github.com/plone/plone.restapi/pull/1477
As plone.restapi can be used without Volto and we have a dedicated backend add-on for Volto called [plone.volto](https://github.com/plone/plone.volto) we should move **IBlocks** specific behaviors to this add-on.
The nginx rewrite rule is broken. Deploying with this configuration you will not be able to login due to backend error: ``` /++api++/POST_application_json_ backend_1 | Traceback (innermost last): backend_1 |...
In eea.facetednavigation we had a feature that would allow one to enable/disable result count per facet. This is also a major feature of modern search solutions like ElasticSearch or Solr....
``` [91mModule not found: Error: Package path ./lib/cjs/helpers is not exported from package /app/node_modules/@elastic/search-ui (see exports field in /app/node_modules/@elastic/search-ui/package.json) ModuleNotFoundError: Module not found: Error: Package path ./lib/cjs/helpers is not exported...
enableStyling is not working anymore starting with [Volto 16.0.0-alpha.46](https://github.com/plone/volto/releases/tag/16.0.0-alpha.46) in https://training.plone.org/effective-volto/addons/block-styling.html
Latest volto-slate release fails with: ``` Error: The useSlate hook must be used inside the component's context ```