-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drupal 9 #58
Drupal 9 #58
Conversation
Any takers, @Islandora/8-x-committers? |
i can give it a whirl if you'd like - anything in particular i should look for? |
Nope. It should be ready to go. I just need a Drupal 9 compatible release so I can get my ArchivesSpace module updated too. |
Although a smoke test never hurts! |
Upgrade status is returning 2 warnings:
|
Huh... I wonder how it missed that before. 😕 Thanks.... I'll see what I can do. |
@elizoller, do you have devel installed on the test box? See https://www.drupal.org/project/upgrade_status/issues/3137754. |
@seth-shaw-unlv The changes visible at Files changed make sense with respect to compatibility to Drupal 9 but I look at the composer patch I'd need to apply https://patch-diff.githubusercontent.com/raw/Islandora/controlled_access_terms/pull/58.patch it includes a bunch of other changes around controlled_access_terms_defaults config yml's and field changes. Am I driving composer wrong? |
i did |
@kayakr, I believe your patch was based on an older commit. The master→main commit that contains a bunch of these changes was back in September. |
@elizoller, huh... no devel should be installed: |
devel was enabled before. did |
https://patch-diff.githubusercontent.com/raw/Islandora/controlled_access_terms/pull/58.patch is a patch based on your current PR. What I'm seeing is the changes included in 8.x-1.x...seth-shaw-unlv:8.x-1.x - did you rebase your fork before making the Drupal 9 changes? |
@kayakr, oh! I see that now. I thought I had rebased my branch before I made the changes... and the github interface is only showing what I changed... but maybe I didn't rebase and Github is glossing over that. |
Controlled Access Terms, -- No known issues found. This is with the Islandora box from dev. |
Ah, I simply did a merge upstream (see 720e64e), instead of a rebase. |
🎉 At least it isn't just me. 😅 |
then ignore me - debbie, review and merge? |
Ah, for future reference, @elizoller,
|
Thanks, @dflitner! |
thank you @seth-shaw-unlv that did the trick |
GitHub Issue: Resolves Islandora/documentation#1679
What does this Pull Request do?
Drupal 9 readiness.
What's new?
core_version_requirement: ^8 || ^9
.How should this be tested?
composer require drupal/geolocation:^3.2 drupal/token:^1.7
composer require 'drupal/upgrade_status:^3.0' && drush en -y devel upgrade_status && drush us-a controlled_access_terms
Interested parties
@Islandora/8-x-committers, esp @kayakr