try this module https://www.drupal.org/project/unpublished_node_permissions →
guaneagler → created an issue.
For #18, just found that the branch is on the issue repository https://git.drupalcode.org/issue/drupalauth4ssp-3287081.git, not the module repository. I know why it doesn't work now.
Hi @realityloop,
I can see that you fork two repositories for the two libraries, and you change the composer info there, did you try if it works on Drupal 10?
For the simplesamlphp/simplesamlphp, I can see from another project that the official library has the version of dev-simplesamlphp-2.1 which support the drupal 10 ( https://www.drupal.org/project/simplesamlphp_auth/issues/3380262 📌 Support SimpleSAMLphp 2.1 release Fixed ). Do you think that we can use that version?
Hi @realityloop,
I have tried with the command you provided to install the drupalauth4ssp module
composer require drupal/drupalauth4ssp:dev-3287081-automated-drupal-10
But I got the error below, it seems like composer can't find the branch, even though I can see it from the repository.
Problem 1
- Root composer.json requires drupal/drupalauth4ssp dev-3287081-automated-drupal-10, found drupal/drupalauth4ssp[dev-idp_logout, dev-8.x-1.x, 2.x-dev] but it does not match the constraint.
Update the latest patch
I have uploaded the latest patch mapping to CH module with version 3.2.
The problem I met is that without this patch, I need to export one entity with multiple times as it takes more than 1 hour and drush execution stops.
And then I add this patch, I can finish the entity export in a short time, and only need to export one time.
This patch need to work with the path in this issue https://www.drupal.org/project/depcalc/issues/3188124 💬 Introduce a flag to only caculate the direct dependencies Downport
Hi @sergiuteaca, thanks for your information, this help a lot.
Just add a new version of file "jsonapi-metatag_enhancer-3060702-42.patch" on #42 for drupal 9.5
I have tried to install this module with Drupal 10, but I have met too many conflicts even though I used drupalauth/simplesamlphp-module-drupalauth with version 1.9.
Did anyone install this module on Drupal 10 successfully?
guaneagler → created an issue.
guaneagler → created an issue.
Update the patch file for empty invalidations.
Just add a workaround.
guaneagler → created an issue.
Have one code error in the diff file https://git.drupalcode.org/project/acquia_contenthub/-/merge_requests/5/..., so update with a new file.