LB (Ben Johnston)

Results 1054 comments of LB (Ben Johnston)

A use case and workaround is presented in this video. https://www.youtube.com/live/rMbKBxzrt78?feature=share

Note: I have made some progress on this here https://github.com/lb-/wagtail/commits/cleanup/page-listing-explorer-class-based-view Anyone is free to pick this up and continue with it if it gets focused on during the Wagtail sprints...

@GeekGawd - not sure on the permission class approach sorry - I think we already have a permissions handling approach for the shared classes. See PermissionCheckMixin https://github.com/wagtail/wagtail/blob/main/wagtail/admin/views/generic/permissions.py#L4 As for the...

```python @register.simple_tag def wagtail_version(): return "2.0" # return __version__ ``` https://github.com/wagtail/wagtail/blob/main/wagtail/templatetags/wagtailcore_tags.py#L77

``` export default class UpgradeNotificationController extends AbstractController { ```

Updated with a bunch of screenshots so we know where to find these action buttons.

This was added in Wagtail 5.2 https://github.com/wagtail/wagtail/pull/8278 See https://docs.wagtail.org/en/stable/releases/5.2.html#other-features https://docs.wagtail.org/en/stable/reference/contrib/table_block.html#table-block-options I didn't know this issue existed when reviewing the PR. If the feature is not working as expected, please raise...

@thibaudcolas how would the new design handle this? Just a few ideas. 1. (green) we add a tooltip/menu item in the breadcrumbs maybe for choosing the language (although this is...

@chosak @madisvain @chuve - here is a potential work around, assuming you already have one root page created (which, due to this bug, can only be the default language). On...

Note. Likely to be replaced by the approved https://github.com/wagtail/wagtail/pull/9860 However, would be good to reference both contributors.