- Issue created by @Odai Atieh
- Status changed to Needs review
over 1 year ago 2:27pm 7 March 2023 - First commit to issue fork.
- Open on Drupal.org →Core: 10.0.7 + Environment: PHP 8.1 & MySQL 8last update
over 1 year ago Waiting for branch to pass - @matthijs opened merge request.
- 🇧🇪Belgium matthijs
The PR changes the maxlength of the label textfield to 50 instead of altering the field definition like the patch does.
I've hidden the patch because it deletes all existing entities during the update hook, which looks dangerous to me. - Open on Drupal.org →Core: 10.0.7 + Environment: PHP 8.1 & MySQL 8last update
about 1 year ago Waiting for branch to pass - 🇧🇪Belgium weseze
It's probably much easier to just change the allowed length on the label fields, rather then changing the schema and existing field.
See attached patch. - 🇧🇪Belgium matthijs
@weseze: maybe update the merge request as well with your change to AddSectionToLibraryForm.