Hi, thanks for the patch, which I tried today.
It applies cleanly to Drupal (I would love to say which version but /admin/reports/status is timing out for me) but I see that it adds the message to the bottom of the form, instead of the top?
https://www.w3.org/WAI/WCAG22/Techniques/html/H90#example-2-using-an-ast... states...
It is important that the asterisk meaning is defined at the start of the form.
I just wondered if this was a deliberate decision or whether it's worth me creating a patch to put the message at the top of the form?
Best,
Chris
I suggest changing the nullable types link to https://www.php.net/manual/en/migration71.new-features.php#migration71.n....
Thanks for the patch... tested and working for me.
Best,
Chris
Thanks for sorting that out, xurizaemon!
Best,
Chris
Thanks Rohan!
Thanks for doing that, I've made a small comment on the merge request.
Best,
Chris
Apologies, I have reported this to the wrong project, I'll move it.
matason β created an issue.
Hi, I was just trying to update the merge request, I've probably done something wrong - https://git.drupalcode.org/issue/menu_breadcrumb-3392139/-/pipelines/310...
Sorry.
matason β made their first commit to this issueβs fork.
Hi folks,
I've had a look at the patch and it's pretty much the direction I was going in, I'd start work on it locally before checking the issue queue...
Having reached the same point, I started to think about it bit more... regarding SqlContentEntityStorage, I think it could be a good idea to separate out the read operations from the write options.
I'm thinking SqlContentEntityStorage could become a facade with two underlying objects, a reader and a writer. That way, instead of introducing more execution paths to the code in the class "if we're reading, use a replica, if we're writing, use default", we can just pass the database.replica to the reader, safe in the knowledge that it'll get default if no replica's are configured and pass default through to the writer.
Before I go off and attempt to carve this out, I just thought I'd share the idea to see if sounds sensible to anyone else?
Remove the "in the future" nature of the SQLite requirements for Drupal 10.