Closed (fixed)
Project:
Book made simple
Version:
6.x-3.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
26 Feb 2009 at 07:09 UTC
Updated:
15 Jan 2013 at 02:22 UTC
Line 127 in book_made_simple.module:
if (book_access('create', $node) && $node->status == 1) {
Just curious why the && $node->status portion was included. It was preventing Book Made Simple from running when unpublished nodes were submitted. Removing the && statement allowed Book Made Simple to run on unpublished nodes (my desired behavior) without any apparent problems. Any reason to prevent this?
Thanks!
Comments
Comment #1
MarcElbichon commentedYou are right, this portion will be delete in the next release.
Comment #2
MarcElbichon commentedComment #3
MarcElbichon commentedclosed issue
Comment #4
scottrigby