-
### Describe the bug
We've suddenly started having an issue where nested hyper fields are not updating.
### Steps to reproduce
We currently have the following structure for a set of fields to allo…
-
For example, if we have a struct like following.
```go
type Ptr struct {
*embedded
}
type embedded struct {
EmbeddedTime *time.Time
}
```
For embedded struct pointer, the generated code…
-
### Description
**test1** index
```
{
"mappings": {
"properties": {
"address": {
"properties": {
"city": {
"type": "nested",
"prop…
-
### Description
Right now most fields that aren't supported in ES|QL are reported (in the table) and the messaging (error messages) indicates that they exist but are not supported.
However nested fi…
-
I'm making the following call with the pg mixin:
```js
pgConfig() {
return {
route: 'endpoint',
query: {
select: {
'some->nested->"https://json-that-needs-quotes"': tr…
-
1. pack struct with all fixed width fields.
say if this packed struct is still `narrow`, do we modify `miniblock` or make a new page layout for it?
no repetition level in this case, do we al…
-
Currently, a
```
richText {
Block {
richText
}
}
```
structure fails, because findField cannot resolve the lexical `editorConfig`.
I don't really feel comfortable suggesting a fix, …
-
I have nested structure of one-to-one fields.
I have the following models:
```
class Account(models.Model):
name = models.CharField(max_length=100)
class OrgMember(models.Model):
…
-
### Summary
When validating multidimensional array data (e.g., `name.ja.0.family_name`), validation errors occur as expected, but the corresponding error messages are not displayed in the form input …
-
### Pertinent section of the Wagtail docs
https://docs.wagtail.org/en/stable/advanced_topics/api/index.html
(Insert the permalink of the section heading in the Wagtail docs. Choose the most spec…