- Issue created by @byrond
- Merge request !193489631: Add entity property to BulkUpdateFieldsForm to prevent dynamic creation deprecation error β (Open) created by byrond
- πΊπΈUnited States byrond
I created an MR to add the property to the form, but it looks like it is never used outside of the
buildForm()
method. Could a local variable be used there instead, or does something else read this property elsewhere? It seems unlikely, because this property will only hold the last entity of the ones passed to the form.