-
An import (collective.exportimport) with the latest version 8.33.3 give us the following error:
```
-> import_content(jsonfile=data, return_json=True)
/Users/ajung/src/plone6.buildout/src/coll…
-
I have a controlpanel with a DictRow that uses a schema with a choice field:
```python
class IConfigExample(Interface):
name = schema.TextLine(title=u'a simple TextLine')
a_choice = sc…
-
## BUG/PROBLEM REPORT / FEATURE REQUEST
### What I did:
Used the mkwsgiinstance command line script to make a wsgi instance.
### What I expect to happen:
Create a zope.ini etc
### What …
-
## BUG/PROBLEM REPORT (OR OTHER COMMON ISSUE)
When I edit a Collection in Plone 6 (e.g. https://demo-latest-plone6.plone.org/en/++add++Collection)
And I select "Reversed Order" on any sorting crit…
-
Web publishing requirements:
* CSV-W should be published on the web as two resources: the text/csv resource at some URL, `{A}`, say; the metadata `application/ld+json` (or `application/csvm+json`, …
-
I'm testing Plone6 Classic. After an update from Zope 5.7 to 5.7.3 plone.app.mosaic stopped working. A document with mosaic layout now returns html code (see screenshot).
If I pin Zope to 5.7 it wor…
-
I Installed a plain plone5.2, easyform 3.2.1 and plone.patternslib
If I copy the example from the Readme by creating a yes/no-field 'Extra InFo' set to Singlecheckbox
and add a depends_on `condit…
-
Plone 6.0.0b3 with members imported through collective.exportimport:
For some member logins, we see the following error:
```
2022-10-17 16:55:43,945 ERROR [Zope.SiteErrorLog:35][waitress-0]…
-
in Plone6.0.0a[1,2,3] the menu setting is:
```
edit
table
format
toolsview
insert
```
in Plone6.0.0a4 it is:
```
edit
table
format
tools
view
insert
```
If we upgrade from 6.0.0a]1,…
-
**To reproduce it**:
```console
$ sudo docker run \
--name plone6-frontend \
--link plone6-backend:backend \
-e RAZZLE_API_PATH=http://localhost:8080/Plone \
-e RAZZLE_INTERNAL…