Problem/Motivation

  1. book.manager is marked backend_overridable but it doesn't get @database.
  2. book.outline_storage is nt marked backend_overridable despite it does get @database.

Proposed resolution

Move the tag.

Beta phase evaluation

Reference: https://www.drupal.org/core/beta-changes
Issue category Bug because it makes the life harder for people writing alternative storage engines
Issue priority Normal, because there aren't that many people affected by that
Disruption No disruption
CommentFileSizeAuthor
bookbo.patch824 byteschx

Comments

chx’s picture

Status: Active » Needs review
dawehner’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community

I'm pretty sure #2225283: Make Book storage independent should have done, but forgot to change it.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

This issue is a normal bug fix, and doesn't include any disruptive changes, so it is allowed per https://www.drupal.org/core/beta-changes. Committed 9395de7 and pushed to 8.0.x. Thanks!

  • alexpott committed 9395de7 on 8.0.x
    Issue #2389411 by chx: wrong backend_overrideable in book
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.