Same happened with our project. We are using https://www.drupal.org/project/google_analytics/releases/4.0.3 →
We are using categories and here are the relevant disabled scripts setting values:
analytics:https://www.googletagmanager.com/gtag/js
analytics:modules/contrib/google_analytics/js/google_analytics.js
Before 1.27 it used to work, with it scripts aren't loading after agreeing. The patch has fixed the issue, thank you @guillaumeg
Perhaps, you can also do something like this:
{
...
"conflict": {
"dealerdirect/phpcodesniffer-composer-installer": "1.1.0"
},
...
}
So that new version with a fix will automatically go through:
Did MR for 1.1.x with code quality and tests fixed.
elaman → changed the visibility of the branch 3.x to hidden.
elaman → changed the visibility of the branch 3.x to hidden.
elaman → changed the visibility of the branch 4.0.x to hidden.
Appreciate it, @intrafusion can you also please look at:
📌
Coding standards - fix pipeline warnings
Active
📌
Make max_nesting_depth configurable to avoid OOM errors
Active
🐛
Byte strings in message placeholders causing Rollbar to log NULL messages
Needs work
?
@spleshka fixed the issue. PHPCS is returning more issues, but I think those need dedicated issue to resolve.
Updated the patch.
elaman → made their first commit to this issue’s fork.
Thank you for starting work on this @zniki.ru
Outdated
Commerce 3 supports Drupal 11, so lets add it as well.
Can I please get ownership permissions? As I’ll be performing active development? Thank you
Thank you @avpaderno for clarifying. While I don't have a preference, I'd like to see whether I'll get a response from either of the developers.
A good idea, would love to see it happen.
I've added documentation here:
https://www.drupal.org/docs/extending-drupal/contributed-modules/contrib... →
Hope it helps :)
You should be able to enable GoogleSheets API here: https://console.cloud.google.com/apis/library/sheets.googleapis.com
There are guides in the internet on how to configure it. However I'll leave the issue open, so at some point a proper guide can be written.
I mean ideally the `TfaUserController` and `EntryForm` would detect whether request is `user.reset.login` or `user.reset`, then based on that will behave correctly after TFA auth. In this MR the `user.reset` behaves the same way as `user.reset.login`.
elaman → created an issue.
@leeksoup appreciate posting solution to the problem to help others. I'm closing the issue.
Unfortunately not at this point. This can be achieved by using one of the example sub-modules within the module, to extend Anu LMS to support Media module, which allows uploading videos.
Updating the issue details. This is something to look into.
Checked this with the clean Anu LMS installation and it works.
Thank you for the suggestion @scambler, we will check this out.
Drupal 11 support introduced in MR 65. Drupal 9 support was dropped there as well. Thank you @pwolanin
Close in favor of 📌 Automated Drupal 11 compatibility fixes for rest_entity_recursive Active