We are having this same issue on the latest 4.x.x release. Toggling "Distinct" in the views UI is not altering the query as expected. Any ideas where we would need to make a code adjustment to reduce duplicate rows?
Applying the patches mentioned in #3 π¬ Stay on same month/week after exposed filtering Needs review and configuring the "Preserve query parameters from URL" with "calendar_timestamp" is working for me. Thank you!
Thanks all! #10 is working for with the core patch at https://www.drupal.org/project/drupal/issues/2681953#comment-15330315 β¨ Allow exposed form to preserve URL query parameters Postponed: needs info .
When adding the "Jump to" filter to my view, I am unable to save the view with the following error:
InvalidArgumentException: The configuration property display.monthly_calendar.display_options.filters.calendar_timestamp.value.min doesn't exist. in Drupal\Core\Config\Schema\ArrayElement->get() (line 76 of /var/www/html/web/core/lib/Drupal/Core/Config/Schema/ArrayElement.php).
I should note that I did not expose the filter and I set the default to "now". I was attempting to use this field to ensure users stay on same month/week after exposed filtering, as you mentioned this might be a workaround in https://www.drupal.org/project/calendar_view/issues/3403103#comment-1559... π¬ Stay on same month/week after exposed filtering Needs review .
Another patch that adds the destination parameter to the link so that when you save the any changes made to the field configuration you are returned to the cm doc.
This patch actually works. The patch from #3 was attempting to call `$edit_link->toRenderable` and it wasn't necessary.
Here is a first pass patch that works for nodes and paragraphs. I will follow up with a patch that supports the rest of the entity types.
lexfunk β created an issue.
I opened a separate issue to hopefully get the patch from #14 committed https://www.drupal.org/project/focal_point/issues/3401706 π Remove drupal/jquery_ui & drupal/jquery_ui_draggable as dependencies in focal_point/composer.json Active .
lexfunk β created an issue.
Thank you everyone who has been contributing to this and all the related issues.
- https://www.drupal.org/project/entity_embed/issues/3396133 π Ckeditor 5 Interface not loading on text formats using entity embed Active was fixed!
- I have installed the latest version of entity_embed β
- I applied the patches from #32 β¨ Drupal 10 and CKEditor5 compatibility Needs work WIP PR
- I enabled and configured CKEditor 5 for one of my text formats.
- This all seems to be working without any errors on Drupal 9.5.10, I will report back when I update to Drupal 10
Patch #5 works with Drupal 9.5.10, please consider a new release.
I updated the issue description with details about what I think this should be. Please provide any feedback if you want to see something different.
I assigned the issue to myself to work on over the coming days.
I am happy to help write some code for this, but if anyone could provide guidance it would be much appreciated!
lexfunk β created an issue.