Fred van Dijk
Fred van Dijk
While test-using collective.exportimport I'm running into edge cases. I could solve these solve these by adding more code to a subclassed export_content or import_content view in my own custom migrationhelper...
In old Plone sites this is apparently no problem to set, but when we call the DX deserializer on an imported item where effective > expires, the import is aborted...
Why is a generated barcelonata theme in a new add'on by bobtemplates automatically adding a dependency on collective.themesitesetup? It errors for me because the dependency is not pinned, it might...
This happens in Chrome/Safari, but not on Firefox. Tested on Macos X. When you enter text in a modal, and then click-drag on it to select it to copy or...
This is a regression caused by the fixes in #920 and #945 . These fixes solved that when TinyMCE loads in a modal (pat-modal), the menu's would no longer be...
I've just submitted this issue in plone.app.mosaic's tracker as I found it first there, but it might be a more general problem with pat-modal and pat-tinymce and not specific for...
which is ignored from git, so you can for example change storage location of type for the backend.
Sometines the solutions are so simple and almost there in front of you. I was frustrated a lot while working on projects with a local backend that I couldn't change...
@ericof This regexp in the the Dockerfile removes -e, which causes the main scaffolded backend python package to be included as src/package-name instead of '-e src/packagename' https://github.com/collective/cookiecutter-plone-starter/blob/549bf4ecf901b183015c45d1c5995eaeea07dbd7/%7B%7B%20cookiecutter.project_slug%20%7D%7D/backend/Dockerfile#L15 But this only...
`make start` is currently broken in the project root. ``` start: ## Start @echo "Starting application" $(MAKE) start-backend $(MAKE) start-frontend ``` This will only start the backend and when it...