Reproduced the issue with paragraphs.
Steps to reproduce:
- Create paragraph
- Add 'Entity reference w/custom text' field
- Select the Full html for the Custom text format
- Create content type with paragraph reference field
- Try to create the node with the paragraph
- The warnings appears:
Warning: Undefined array key "override" in entity_reference_override_validate_custom_text() (line 60 of modules/contrib/entity_reference_override/entity_reference_override.module).
Warning: Trying to access array offset on value of type null in entity_reference_override_validate_custom_text() (line 60 of modules/contrib/entity_reference_override/entity_reference_override.module). - Error - '1 error has been found' in paragraph reference field
- Node not saved
Created MR to fix the warning.
Created MR to fix the issue.
Created MR with fix the url prefix
Temporary fix for CKEditor 45.2.0 (
📌
Update CKEditor 5 to 45.0.0
Active
)
see screenshot
RTC
+1 RTC
Created patch from MR for 4.x-dev
loon → changed the visibility of the branch 2999910-apply-new-projectmodule to hidden.
Excluded seconds to detect All date events. Added patch based #6
The owner did not reply in two weeks so I moved the issue to Drupal.org project ownership. Link to the project page - https://www.drupal.org/project/custom_search →
Added MR to fix the issue
Created MR to revert one line from 🐛 Set active classes in menu block title [regression] Fixed :
$parameters = $this->menuTree->getCurrentRouteMenuTreeParameters($menu_name);
reverted to previous version
$parameters = new MenuTreeParameters();
Reviewed. The patch #2 fixed the issue.
Created MR to add a default value for require input
The patch fixed the issue.
Will be fixed in 📌 Compatibility with drupal 10 Needs review
@jrockowitz Thanks! Could you please add credits for me, as I described the issue and provided a solution? Thanks!
It is not possible to exclude 'node/*/edit' pages
Updated patch #11
loon → changed the visibility of the branch 3417416-d10-compatability to hidden.