Ah! Okay, I missed that. Thanks @ivnish!
I can understand the use case for leaving the test files in, but can we still remove the other cruft? The main reason I had opened this is that our automated security scans of production infrastructure kept flagging issues among the non-prod files, like packages defined in the Yarn lock file that had open flaws.
ivnish β credited kevin.dutra β .
kevin.dutra β created an issue.
Looks like I missed something for the DER 3.x version.
And it looks like some additional tweaks are necessary if you're using DER 3.x.
The patch in #4 is missing the necessary JS changes to accommodate the replacement for the jQuery.once library. The MR is missing the required change to the library definition, and scope creeps beyond the Drupal 10 compatibility changes that this issue is for.
This patch should (hopefully) bridge all the gaps.
kevin.dutra β made their first commit to this issueβs fork.
Oops, minor goof in the re-roll.
Re-roll of the patch from #98 for 4.0-beta4.
greggles β credited kevin.dutra β .
This is a duplicate of π WSOD on User Fields Mapping module Fixed , so closing this one since that one was created first and also has a patch.
Safety check to make sure array item exists before trying to operate on it. Also adjusted to single quoted string literals, for consistency.
kevin.dutra β created an issue.