Problem/Motivation
After Installing the version 2.0.1 I get the following error when I try to save the configuration of the book.
"'show_top_item' is not a supported key."

Steps to reproduce
Install Book 2.0.0 and update to version 2.0.1
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | Error.png | 44.05 KB | dbielke1986 |
Issue fork book-3531800
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
dbielke1986 commentedComment #3
dbielke1986 commentedComment #4
smustgrave commentedDid you run drush updb? Not able to replicate
Comment #5
dbielke1986 commentedYes, updatedb was running successfully.
Can I provide you any further information to get the issue analyzed?
Comment #7
smustgrave commentedtry this
Comment #8
smustgrave commentedComment #9
kwiseman commentedI was having the same issue after upgrading from 1.0.0 to 2.0.1, even after updating the database. I applied the changes from the merge request as a patch, and that solved it.
Comment #10
smustgrave commentedWill deploy this tonight when I’m back in front of my computer
Comment #13
smustgrave commentedComment #14
dbielke1986 commentedIs working fine! No errors anymore.
Thank you for the quick fix and release @smustgrave
Comment #15
andyf commentedHey, I think there's an issue with the
hook_update_N()that was committed. From the docs, it's safe to use(my emphasis)
Thanks!