Marc Henry Schultz
Marc Henry Schultz
Okay i fixed the tests again and added some documentation ... i also got rid of the duplicate `NodeReferencesToWrite::fromReferences` and its now just `create` and also the `fromNameAnd` parts are...
Added a commit that should be dropped later which should turn the CI green to see as a real e2e check if we missed something in flow.
i dropped my CI hack commit as i think this is ready to merge
Lol the total diff has become kinda unreviewable with all the casing changes 😅 `DbalException` -> `DBALException` etc ... but thanks for not force pushing and putting it nicely in...
someone actually implemented a wip idea here in slack: https://neos-project.slack.com/archives/C0U0KEGDQ/p1711020584197129
related issue https://github.com/neos/neos-ui/issues/2276
i noticed this problem when using `dataSourcesDataLoader.resolveValue()` directly in a neos ui plugin. The resolve method will create a cache identifier of all the passed options `makeCacheKey(options)`: https://github.com/neos/neos-ui/blob/9da3060981e93676473b724f387e2f3ddc5a55e6/packages/neos-ui/src/manifest.dataloaders.js#L348 And as...
we can close this for know until it becomes an actual problem ;)
cc @nezaniel this might be also interesting to you ;)
For reference the current pattern is `^([a-z0-9\-]{1,64})$` so in terms of length nothing changes. But i see that youll proposed support for `_` `.` and uppercase `A-Z`