- Issue created by @mindaugasd
- Status changed to Postponed: needs info
6 months ago 3:39pm 30 June 2024 - 🇭🇺Hungary nagy.balint
Hi!
Can you provide a bit more information on how to reproduce the issue?
I tried it on my test drupal 11 beta as I had layout builder set up there, and I could not see the issue.
Maybe it works on nodes, but not on other entity types?
- 🇱🇹Lithuania mindaugasd
Hi,
I just tested with simplytest.me and added steps to issue description.
- Status changed to Active
6 months ago 4:02pm 30 June 2024 - 🇭🇺Hungary nagy.balint
Thanks!
The issue is around this code part:
/** * {@inheritdoc} */ public static function generateSampleValue(FieldDefinitionInterface $field_definition) { $values['conditions'] = new ConditionFieldData($field_definition); return $values; }
Because commenting it out makes it work.