Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
node.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2009 at 03:05 UTC
Updated:
20 Jul 2009 at 14:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
JamesAn commentedOk, of the 3 settings in "Post settings" form, two were moved to the "Content type" config forms and one was moved to the "Site information" form.
This patch modifies the 4 references to admin/content/node-settings and admin/content/node-settings/rebuild in node_help(). It also removes node_configure and node_configure_access_submit, which were orphaned by #361277: Remove the 'post settings' admin screen and relocate contents, and changes the cancel path in the node access permissions rebuild confirm form from admin/content/node-settings, which no longer exists, to admin/reports/status.
Comment #3
jody lynnPatch looks great to me. I was just wasting time working on that node_configure function for another issue when I realized nothing even calls it anymore...
Comment #5
jody lynnIt looks like half of this already went in. The remaining bits are here.
Comment #6
dries commentedCommitted to CVS HEAD. Thanks!