You are here

readme.txt in Common Functionality 7.2

The drupal menu core prevents users from seeing the unpublished nodes in the menus.
  See: https://drupal.org/node/460408#comment-4367202
  See: https://drupal.org/node/460408#comment-4525794

Errata:
  This requires a patch against drupal core function (drupal-7.x-add_menu_tree_check_access-1.patch).
  To apply this patch, got do the root of your drupal directory and issue the following command
  patch -p1 -i sites/all/modules/cf/modules/cf_menu_view_unpublished/miscellaneous/drupal-7.x-add_menu_tree_check_access-1.patch

File

modules/cf_menu_view_unpublished/readme.txt
View source
  1. The drupal menu core prevents users from seeing the unpublished nodes in the menus.
  2. See: https://drupal.org/node/460408#comment-4367202
  3. See: https://drupal.org/node/460408#comment-4525794
  4. Errata:
  5. This requires a patch against drupal core function (drupal-7.x-add_menu_tree_check_access-1.patch).
  6. To apply this patch, got do the root of your drupal directory and issue the following command
  7. patch -p1 -i sites/all/modules/cf/modules/cf_menu_view_unpublished/miscellaneous/drupal-7.x-add_menu_tree_check_access-1.patch