Problem/Motivation
Make the module drupal 11 compatible.
Steps to reproduce
Proposed resolution
Make the module drupal 11 compatible.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork drowl_admin-3468929
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 #3
grevil commentedThe last compatibility fix needs to be done by @thomas.frobieter:
In https://www.drupal.org/node/3305664 is written, that instead of using the old
#drupal-off-canvasid,#drupal-off-canvas-wrappershould be used, but we are using both in code, so I am unsure, whether to remove the#drupal-off-canvasor merge it together with the#drupal-off-canvas-wrapperpart.Comment #4
anybodyRe
#off-canvaswe can ignore that. It won't have any bad effects, just a nice reminder from Drupal. I guess we're not even using this any more?So I think you can merge this and @thomas.frobieter can have a short look if it's fine like this. We shouldn't block this on that crap ;)
Comment #5
grevil commentedWe ARE using it, but we have both #drupal-off-canvas-wrapper and #drupal-off-canvas, with different css classes etc. set
Comment #6
anybodyYeah I mean just in CSS, doesn't do any harm.
Comment #8
anybodyMerged. @thomas.frobieter please comment and reopen if you disagree.
Comment #9
thomas.frobieterOh, "module0" sounds fancy, what's that? ;D
Yes, we can safely ignore this warning about the #off-canvas selector.
Comment #10
anybody