Joshua Munn

Results 44 issues of Joshua Munn

See https://docs.wagtail.org/en/stable/reference/streamfield/data_migrations.html#wagtail-blocks-migrations-operations. Looks like it's because it doesn't have a docstring.

Is it useful to make operations composable? There may be benefits both to performance and developer experience. ## Scenario Consider the following scenario: I make the (questionable) decision to record...

Is it useful to make operations composable? There may be benefits both to performance and developer experience. ## Scenario Consider the following scenario: I make the (questionable) decision to record...

Currently in `BaseBlockDefComparer` we compare blocks for similarity by `deconstruct`ing them and comparing the args and kwargs. This may cause poor comparisons when, for example, positional arguments are passed as...

Currently in `BaseBlockDefComparer` we compare blocks for similarity by `deconstruct`ing them and comparing the args and kwargs. This may cause poor comparisons when, for example, positional arguments are passed as...

### Issue Summary `wagtail.contrib.forms.models.AbstractForm` subclasses without a `template` attribute cannot be instantiated in migrations. ``` File "wagtail/contrib/forms/models.py", line 178, in __init__ name, ext = os.path.splitext(self.template) AttributeError: 'FormPage' object has no...

type:Bug
component:Form builder

### Issue Summary If the operations in the StreamField migration toolkit attempt to process a stream field that is `null` (at the top level), they throw a `TypeError`: ``` gitpod...

type:Bug
status:Unconfirmed

### Issue Summary When adding a custom `ActionMenuItem` to the page action menu, that makes use of the "spinner on click" functionality as seen on the "Save Draft" button, it...

type:Enhancement
component:Frontend

`SnippetObjectType` is implemented as a union of a project's registered snippet models. Unless the snippet classes themselves implement a field that can discriminate the specific type of a snippet instance,...

Feature request: it would be great if revisions could be added when importing updates to Snippets, as happens with Pages.