Added patch for single content sync to disable and enable uuid
diederik.beirnaert β created an issue.
diederik.beirnaert β created an issue.
diederik.beirnaert β made their first commit to this issueβs fork.
* Added patch from issue: Added patch: www.drupal.org/i/3478417 because had following error:
The website encountered an unexpected error. Try again later.
Error: Undefined constant "DRUPAL_TEST_IN_CHILD_SITE" in _drupal_error_handler_real() (line 87 of core/includes/errors.inc).
* Added patch for issue: https://www.drupal.org/project/drupal/issues/3268634 π Deprecated function: dirname(): Passing null to parameter #1 ($path) of type string is deprecated Postponed: needs info
* updated patch for https://www.drupal.org/i/2946333 β
diederik.beirnaert β changed the visibility of the branch 3484674-udpate-patch-httpsdrupal.orgi3008292 to hidden.
diederik.beirnaert β created an issue.
diederik.beirnaert β made their first commit to this issueβs fork.
Seems fine to me.
Seems fine to me.
This seems fine, No issues found.
Leaving open for future changes.
fixed MR conflicts and tested changes locally. Seems fine to me.
diederik.beirnaert β made their first commit to this issueβs fork.
This seems to work correctly
Leaving open for future changes.
diederik.beirnaert β made their first commit to this issueβs fork.
moved comment that was placed after line of code.
Did the codestyle fixes Joachim suggested.
Updated documentation for callback_batch_finished to include RedirectResponse.
And added an example:
// Optionally, redirect if needed.
if (shouldRedirect()) { // Assume shouldRedirect() is a function that determines if a redirect is necessary.
return new \Drupal\Core\Routing\RedirectResponse(\Drupal\Core\Url::fromRoute('example.route')->toString());
}
diederik.beirnaert β made their first commit to this issueβs fork.