Thanks for such a quick reply. Wow I can't believe I didn't think of just extending the ClientCredentialsOptionProvider. I think that will work, but I do think you could just check if the instance was League\OAuth2\Client\OptionProvider\OptionProviderInterface, that way you could use their classes as well. That said, I'll just extend the ClientCredentialsOptionProvider and that should do the trick.
jonathanchris β created an issue.
I made some updates following a comment on the Github PR.
Here's a link to the PR in github as well.
Here's a patch that is working for me.
Looks like the fix from issue 3345616 π Fix SolrDocument::loadMultiple() Fixed changed the id being used in the $documents array being returned to the loadItemsMultiple function which is causing the issue for me. This maybe something with my setup specifically, but seems like it would cause issues for others as well.
jonathanchris β created an issue.
jonathanchris β created an issue.
jonathanchris β changed the visibility of the branch 3274028-ckeditor-5-compatibility to active.
jonathanchris β changed the visibility of the branch 3274028-ckeditor-5-compatibility to hidden.
Please ignore my previous post, I've narrowed my issue down to another plugin ckeditor_details β . My apologies for the false report, thanks for all the efforts on this module!
Has anyone else ran into an issue when adding icons as a child of a link that has classes applied to it (like bootstrap button classes)? When I do that, even with this patch applied, it splits the link element.
I also run into this issue when switching back and forth from the source plugin. As well as loading pre-existing content.
I found another issue that describes the problem in more detail and has some work associated.