- Issue created by @Grevil
- Merge request !36Issue #3436787: Creating a Homebox Type will lead to an error → (Merged) created by Grevil
- last update
about 1 year ago Checkout Error - last update
about 1 year ago Checkout Error - Open on Drupal.org →Environment: PHP 8.1 & MySQL 8last update
about 1 year ago Not currently mergeable. - 🇩🇪Germany Anybody Porta Westfalica
Only happens if no portlets are provided at all (submodules disabled). I updated the issue summary.
So it's a minor bug.
- last update
about 1 year ago Checkout Error - Status changed to Needs review
about 1 year ago 8:46am 2 April 2024 - 🇩🇪Germany Anybody Porta Westfalica
Well done, this is fine and an edge-case!
- Status changed to RTBC
about 1 year ago 8:51am 2 April 2024 - last update
about 1 year ago Checkout Error - Status changed to Fixed
about 1 year ago 9:00am 2 April 2024 - 🇩🇪Germany Grevil
All right, all done! Just a quick follow-up fix, I just configured the validation error from:
$form_state->setErrorByName('homeboxTypePortletTypesSettings'...
to$form_state->setErrorByName('homebox_vertical_tabs'
, since the homeboxTypePortletTypesSettings form element might not exist at the point of the validation. This currently works either way, BUT might throw an exception in the future, so I quickly adjusted the code. Automatically closed - issue fixed for 2 weeks with no activity.