Closed (fixed)
Project:
Ajax Block
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2022 at 12:45 UTC
Updated:
17 Nov 2022 at 13:04 UTC
Jump to comment: Most recent
I am wondering why drupal:contextual is required to install the module.
There's no functionality that relies on it in the module.
We should have the choice between activating it or not - it shouldn't be mandatory.
I usually activate it in a dev environment using config_split cause it's not a module I want active in production.
After installing block_ajax I now must have it active in production.
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
geoanders commentedYeah not sure how or why that was placed there, but it should probably be removed. Just going to double check the code, but it can probably be removed.
Comment #4
macsim commentedComment #6
geoanders commentedThanks! Now merged in and seems to work fine without it.