- Issue created by @matason
- 🇬🇧United Kingdom philipnorton42 Cheshire
All merged.
That's working now. Thanks Chris!
When adding (or editing) an API entity, the form does not persist the bundles chosen. This is apparent when the Entity type option is Content.
Add or editing an API entity at /admin/structure/mastodon-api-entity, fill in the form, choose Content for Entity type. On a clean install of Drupal, you will have options for Article and Page, tick one, or both. Save the form. Edit the API entity again and observe that the Article and Page are not ticked.
Change the form definition of bundles_container from:
'#tree' => TRUE
to
'#tree' => FALSE
Create an issue fork.
None.
None.
None.
Active
1.0
Code
All merged.
That's working now. Thanks Chris!