- π¨π¦Canada liquidcms
Patch from #47 doesn't apply to D9.4 (due to the smallest change in Umani demo config files).
This patch works for 9.4. Haven't tested with 9.5 but suspect it works there as well.
- First commit to issue fork.
- Status changed to Needs review
about 1 year ago 9:19am 5 January 2024 - Status changed to Needs work
about 1 year ago 2:53pm 5 January 2024 - πΊπΈUnited States smustgrave
Seems to have a test failure
Left some comments on MR.
Previously tagged for issue summary and screenshots.
Leaving tests tag as they will be needed for post_update hook.
- π¨π¦Canada joseph.olstad
Rolled a patch for 10.2.5 from merge request 6038
clean for 10.2.5
- First commit to issue fork.
- πͺπΈSpain vidorado Pamplona (Navarra)
vidorado β changed the visibility of the branch 11.x to hidden.
- πͺπΈSpain vidorado Pamplona (Navarra)
- Updated Issue Summary.
- Rebased the MR over the most recent 11.x branch.
- Resolved all GitLab threads.
- Added a post_update hook and a test for it.
The MR Gitlab pipeline is failing and I believe it has to do with some unrelated problem in the 11.x branch. Not setting this issue to "Needs Review" until this is solved.
- πͺπΈSpain vidorado Pamplona (Navarra)
Just figured out that the failing of:
- Drupal\Tests\package_manager\Build\PackageInstallTest
- Drupal\Tests\package_manager\Build\PackageInstallSubmoduleTest
- Drupal\Tests\package_manager\Build\PackageUpdateTest
with the error message
Some modules have database schema updates to install. You should run the database update script immediately
was caused by the incorrect placement of the post_update hook function in thelink.module
file instead of the requiredlink.post_update.php
file.