- Issue created by @radheymkumar
- 🇮🇳India radheymkumar Jaipur, Rajasthan, India
I have attached the patch for the above issue.
core book module is also required to be installed while installing book_visibility module , otherwise it will not allow users to palace a block in block layout. Getting this error.
Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "book.manager". in Drupal\Component\DependencyInjection\Container->get() (line 157 of /app/web/core/lib/Drupal/Component/DependencyInjection/Container.php).
To solve this, book module dependency should be added in book_visibility module info.yml
Needs work
1.1
Code
I have attached the patch for the above issue.