- First commit to issue fork.
- @mariacha1 opened merge request.
- πΊπΈUnited States mariacha1
I think the real issue here is that the original patch assumed that Published was the only way that access to a page would be managed. Of course, there are a ton of ways view access can be manipulated in Drupal, including Content Moderation, different permission levels, and access_alters. The patch at https://git.drupalcode.org/project/drupal/-/merge_requests/3279.diff accommodates those instead of just relying on the "status" column in the database. It should also not cause tests to fail.
- πΊπΈUnited States smustgrave
Thank you for working on this!
Moving back to NW for the tests.
- Status changed to Needs review
almost 2 years ago 5:52pm 23 January 2023 - πΊπΈUnited States mariacha1
Previous tests passed and I've added a new one -- if that one passes I'll set to "Needs review".
- Status changed to Needs work
almost 2 years ago 7:45pm 23 January 2023 - πΊπΈUnited States smustgrave
Removing the needs tests as that was added to the MR.
But appears the test needs to be tweaked or the fix isn't correct.
- Status changed to Postponed
over 1 year ago 4:50am 23 July 2023 - π³πΏNew Zealand quietone
This extension is being deprecated, see π± [Meta] Tasks to deprecate Book module Active . It will be removed from core and moved to a contrib project, π [11.x] [Meta] Tasks to remove Book Active .
This is now Postponed. The status is set according to two policies. The Remove a core extension and move it to a contributed project β and the Extensions approved for removal β policies.
This issue may be re-opened if it can be considered critical β , If unsure, re-open the issue and ask in a comment.
- Status changed to Needs work
7 months ago 10:25pm 1 May 2024 - Merge request !16Issue #3248324 by mariacha1, alireza.tayari: Display BookNavigationBlock when... β (Closed) created by smustgrave
- πΊπΈUnited States smustgrave
Isn't that correct Drupal though? If the parent is unpublished it's children shouldn't be available? MAYBE would accept as a configuration option if not a contrib module.
- πΊπΈUnited States smustgrave
Actually just tested 2.0.x
Parent
- Child 1
--sub child1
--sub child2
- child 2Placing a block in the sidebar region of Olivero
I unpublished parent and it still appears on all pagesunpublished child1 and block still appears for sub children