Tiberiu Ichim

Results 78 issues of Tiberiu Ichim

I get this crash in a newly created virtualenv: ``` ~/work/gpymusic   master *  bin/gpymusic-setup Traceback (most recent call last): File "bin/gpymusic-setup", line 6, in exec(compile(open(__file__).read(), __file__, 'exec'))...

bug

Right now variations are not passed the whole block data, which is a shame.

04 type: enhancement

Volto's routes should be renamed and their URI space should be confined to something that can't be mistaken for content. `/history` is a completely valid and real-world page. This must...

01 type: bug

editor.less and globals.less need to be updated to new reality

01 type: bug

The location should be src/middleware/storeProtectLoadUtils. https://github.com/plone/volto/blob/5f57b18156d4d4e42c7687fda6088fa1d44fff8f/src/store.js#L11-L15 It's just a regular middleware, no need to treat it differently.

01 type: bug

- no need to use a component here with a render prop, just use the "schemaEnhancement" behavior. This would imply that the SchemaProviders are no longer components, so it may...

01 type: bug

I have a content type field defined as: ``` partner= RelationChoice(source=CatalogSource(portal_type='Partner')) ``` In Volto edit form there's a request made to `http://localhost:3000/@vocabularies/http://localhost:3000/@sources/partner?b_start=0` The schema is serialized like: ``` "partner": {...

01 type: bug

This fixes the issue of having to reload the page when logging in, to be able to see private top level folders, see https://github.com/plone/volto/issues/2721 Also fixes the issue when deleting...

12 prio: high

https://github.com/plone/volto/blob/92af5ac14730815d925e5d74f3c2d003b1210535/src/components/manage/Blocks/Listing/withQuerystringResults.jsx#L104 Unless the page is different then 0, there's no need to trigger a network fetch, the children are already in the content.

01 type: bug