LB (Ben Johnston)

Results 1054 comments of LB (Ben Johnston)

Thanks @mubarak-mustopha - we appreciate that you've clearly described the fix and added screenshots plus unit tests. I've started the CI, please keep an eye out for any issues. I've...

Note. You may need to add a heading to MultiFieldPanel for the collapsible to work. A similar question came up in Slack about InlinePanel collapse not working and adding a...

I think I should review this API and maybe see if the mutation of the event is a better approach. E.g. `event.detail.newValue = 'whatever'` **Update:** Description updated with an alternative...

Thanks @gasman - I read the meeting notes also. See full response on issue https://github.com/wagtail/wagtail/issues/11916#issuecomment-2463238841 I'll close this for now, raise a new PR with just the 'clean up' parts...

https://github.com/wagtail/wagtail/pull/12554 created with only the clean up (no functional changes) parts from this PR

@RealOrangeOne how can I manually test this functionality? Also, should we include a unit test for this?

Just passing by, not sure if this part of the docs are relevant. https://docs.wagtail.org/en/stable/reference/pages/panels.html#hiding-fields > Without a top-level panel definition, a FieldPanel will be constructed for each field in your...

Flagging as a documentation improvement for now.