Breaking up https://github.com/backdrop/backdrop-issues/issues/3639 into some easier chunks.
- [x] at
admin/content/book
change the tab title to "Manage books" - [x] fix the breadcrumb when at
admin/content/book/%
- [x] Remove the Outline tab on nodes (
node/%/outline
). We have a "Book outline" vertical tab on the node edit with the exact same form. - [x] add a "Remove from book outline" link to vertical tab on node edit.
- [x] add a "Reorder book pages" link to vertical tab on node edit.
- [x] Make "Content type for child pages" into select list.
admin/content/book/settings
- [ ] fix entity cache issue when removing node from book outline
Part of META https://github.com/backdrop/backdrop-issues/issues/3639
ADVOCATE: @stpaultim
GitHub Issue #:
5331
Recent comments
Typically in a basic site, and as far as I know (I may be wrong) Backdrop doesn't store cookies for anonymous users, EXCEPT if you have things that need to persist, for example, if you create a View...
Does Backdrop set any Cookies / session variables for guests?
A couple of other things to keep in mind: - Roles in Backdrop do not use numeric IDs, but machine names. I see that the database insert command is trying to insert a numeric id as a role - Is this a...
Importing users from D7 site using Feeds - uses insert rather than update
It looks like this is happening outside the feeds module so in the DB write itself It's not the user per se that is the duplicate but the combination of user id and role id in the users_roles table (...
Importing users from D7 site using Feeds - uses insert rather than update