- Issue created by @tderego
- πΊπΈUnited States tderego Starkville, MS
I have applied the proposed solution for adding the accessCheck as described here: https://www.drupal.org/node/3201242 β
I will test in Drupal 11 to confirm.
- πΊπΈUnited States tderego Starkville, MS
Changed version from 4.0.x-dev to 4.0.1.
- πΊπΈUnited States tderego Starkville, MS
tderego β changed the visibility of the branch 3506230-embederator-is-not to hidden.
- πΊπΈUnited States tderego Starkville, MS
tderego β changed the visibility of the branch 3506230-embederator-is-not to active.
- πΊπΈUnited States tderego Starkville, MS
tderego β changed the visibility of the branch 3506230-embederator-is-not to hidden.
- πΊπΈUnited States tderego Starkville, MS
Created a new patch from the new branch with the corrected version.
- πΊπΈUnited States tderego Starkville, MS
The patch will not apply and is being rejected trying to replace the `core_version_requirements`.
I guess creating a new branch after the version was corrected in the metadata was a waste of time.
Not sure what the hang up is here. - Merge request !3Adds accessCheck() to type delete form. Adds ^11 to core version requirements. β (Open) created by Unnamed author
- πΊπΈUnited States tderego Starkville, MS
One more deprecation was discovered while testing.
Support for 'handler_settings' is removed from Drupal ^9 ( https://www.drupal.org/project/drupal/issues/3114032 β ).
The results in a warning on the content type field edit page.Proposed solution ( https://www.drupal.org/project/paragraphs_limits/issues/3200895 π Undefined index: handler_settings in Drupal\paragraphs_limits\Plugin\EntityReferenceSelection\ParagraphsLimitsSelection->buildConfigurationForm() Fixed )
- $selection_handler_settings = $this->configuration['handler_settings'] ?: [];
+ $selection_handler_settings = $this->configuration ?: []; - πΊπΈUnited States tderego Starkville, MS
Successfully installed on a local Drupal 11 site with feature branch.
Confirmed functionality works as expected:- created new embederator type
- created new embed
- added embederator reference field to content type
- added embed to field