You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
The current workaround to import the legal texts will be removed once the consultation procedure drafts are available via API. We expect an update by late April
Whitespace regex matches
Use implode('\s*', str_split('$$-seal')); instead of \s
Whitespace regex matches
implode('\s*', str_split('$$-seal'));
instead of\s
Too eager roman divider #19
Endpoint error when importing legacy documents #20
Artifacts
YYYY-
at the beginning of the fileDuring import
Add
importedBy
/createdBy
Check relation to ExternalStatement (latter should work independently)
To make special characters invisible, use, e.g.,
json_encode($legalText);
The text was updated successfully, but these errors were encountered: