Problem/Motivation
Hi,
trying to automatically test my website using wonderful existingsitejavaxcript from https://gitlab.com/weitzman/drupal-test-traits , I got some conflicts on manipulating elements of my page due to tarteaucitron.js popup, I use on my website.
Then I hoped to disable it on my local environment via settings.local.php disabling some parameters via $config variable.
But looking in config form and some parts of the code source module, i don't find any simple to disable module on my local dev environment.
Is there a simple solution to do this i missed, or does this case needs to be added into config ?
Proposed resolution
If there's no simple solution to resolve my use case, and maintainers agree with a disable option, I can offer a patch.
Thanks,
Julien
Issue fork tacjs-3351033
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
boulaffasae commentedHi Julien,
No there is currently nothing that helps disabling tarteaucitron.js
Yeah, I will be happy to include this in the contrib module. Thank you ^^
Comment #3
mably commentedComment #5
mably commented@julien.sibi could you verify that it solves your problem?
Comment #7
mably commented