Record list bloc with Inline record editor bug

Hello

I found an issue with Record list bloc : When Inline record editor is activated and the record list bloc is in another layout. Save function is blocked at loading.

I created two modules B1 and B2. B1 is parent to B2 (B2 has a field B1_ID).
The module B1 has a record page with 2 layouts:

  • layout 1 has a record block with one text field.
  • layout 2 has record list bloc with Inline record editor activated

When you are in edit, save on layout 1 won’t work (always loading).
When you are in edit, save on layout 2, it works as expected.

When record editor is deactivated, everything works as expected.
Also when the blocs are in the same layout, everything works as expected.

There is no required field and no data was changed.

Any ideas if this problem is known ?
This problem was noticed from the beginning of 2023.9 and maybe even before.

screen

module-export B1 B2.zip (1.8 KB)

Best regard,

Thanks for reporting this, it’s due to some internal events firing twice.
Will try to fit it into 2023.9.3

1 Like