- Issue created by @dieterholvoet
- Merge request !164Stop storing the entity in the selection settings → (Open) created by dieterholvoet
Currently, the widget stores the entity object in the #selection_settings
in order to pass it to the selection handler and use it there. This causes two issues:
key_value
table, with entity_autocomplete
as collection. This takes up unnecessary storage.entity_autocomplete
row is stored. Due to the dynamic nature of that entity object, a lot of (unnecessary) rows end up in the key_value
table.On a website where I'm using Tagify heavily this has resulted in a key_value
table of 1.5 GiB.
Stop storing the entity in the selection settings.
Active
1.2
Code