Sébastien Corbin

Results 24 issues of Sébastien Corbin

### Issue Summary - https://github.com/wagtail/wagtail/issues/11504 seems to have introduced a bug in Wagtail 6.1 ### Steps to Reproduce 1. `USE_L10N = True` 2. Multilingual site (fr, en, de, nl language)...

type:Bug
status:Unconfirmed

`Comment.has_valid_contentpath` ensures the contentpath of a saved comment matches a field on a Page. https://github.com/wagtail/wagtail/blob/6857f6431a49ecf314b181583c99ff00cb91372e/wagtail/models/__init__.py#L4697-L4704 When dealing with custom model fields (for example based on `JSONField`), there's no way to...

status:Needs Tests
component:Commenting

### Is your proposal related to a problem? Side panels for pages add/edit forms cannot be altered except through patching. Some use case examples: - display contextual information about the...

type:Enhancement

We've got and intermittent error from where a task is sent `create_export_task.delay()` : ```Python traceback File "celery/app/trace.py", line 760, in __protected_call__ return self.run(*args, **kwargs) File "exports/tasks/export.py", line 32, in create_export_task...