Tibor Leupold
Tibor Leupold
### Issue Summary When using the locale in `unique_together` or a `UniqueConstraint` on a snippet then submitting a violating form leads to a `IntegrityError`. ### Steps to Reproduce 1. Get...
### Is your proposal related to a problem? When overriding a template tag you have the option to render another template in its place. Currently, only the existing template context...
Hi, I was just working with a `ListBlock` in a `StreamField` and noticed an error message in the developer console. ``` Warning: Encountered two children with the same key, `97c098cb-2ad1-445f-9ea7-36667656108c`....
I am currently working on setting up my first project with Wagtail as the CMS and a Gatsby frontend and got quite confused when I was trying to the preview...
Found a bug? Please fill out the sections below. 👍 ### Issue Summary The admin widget for `TextField` allows vertical resize instead of vertical. ### Steps to Reproduce 1. Setup...
### Is your proposal related to a problem? I find it hard during development to find example pages for certain page types. I need to find a page based on...
_Please check the following:_ - [x] Do the tests still pass?[^1] - [x] Does the code comply with the style guide? - [x] Run `make lint` from the Wagtail root....
I get the following error when trying to translate a page (or visit the edit page of a translated page) that defines an orderable of related pages. ``` Traceback (most...
Hi, I am currently experiencing issues with the hot reloading. When I integrate a call to the `createWagtailPages` function in the `gatsby-node.js` file, then hot reloading stops working after I...
*I just ran into this issue and thought I document it here, in case anybody else has this issue.* If you have a page model with two fields holding images...