Problem/Motivation
There is support for the Book module.
$ git grep -liw book core/themes/default_admin
core/themes/default_admin/templates/classy/content/book-node-export-html.html.twig
core/themes/default_admin/templates/classy/layout/book-export-html.html.twig
core/themes/default_admin/templates/classy/navigation/book-all-books-block.html.twig
core/themes/default_admin/templates/classy/navigation/book-navigation.html.twig
core/themes/default_admin/templates/classy/navigation/book-tree.html.twig
Found while searching a.d.o for references to extensions that have been removed because of an old bug on that site.
Steps to reproduce
Proposed resolution
TBA
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3581831
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:
- 3581831-remove-support-for
changes, plain diff MR !15232
Comments
Comment #3
quietone commentedI am not sure if removing these is correct.
Comment #4
smustgrave commentedI believe removing is correct since this admin_theme won't be in a major version of core that should still have book.
As the book maintainer in contrib I did open #3581919: Look to see if any templates need to be brought over for admin_theme to see if there's anything we should bring over.
Comment #5
smustgrave commentedAnd looking at one of them classy.book-navigation is a library that doesn't exist.
Comment #6
quietone commentedComment #7
quietone commentedAnd for Forum as well.
Comment #8
quietone commentedThere is also 'contact'. Is this for the contact module?
Comment #9
smustgrave commentednot in front of my computer should we check every deprecated module in 10 + 11
Comment #10
quietone commentedI did see my comment in the parent, https://www.drupal.org/project/drupal/issues/3576488#comment-16529666
Comment #11
borisson_Comment #12
smustgrave commentedThanks for already doing that @quietone.
I opened #3582049: Potential templates for new admin_theme for the forum module. This looks good to go.
Comment #13
catchCommitted/pushed to main and 11.x, thanks!