Closed (fixed)
Project:
XML sitemap
Version:
6.x-1.0-rc2
Component:
xmlsitemap_node.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jul 2009 at 02:28 UTC
Updated:
14 Aug 2009 at 14:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedThanks for the report. The question now is, should I leave 'override node settings' in hook_perm and change the 'override node priority' to match it; or should I change 'override node settings' to 'override node priority' and create an update to modify the permission table. The first option is easier the second option isn't that bad and it is the one I think I prefer. Dave?
EDIT: One con with the second plan is a change to translatable strings.
Comment #2
avpadernoI would change the "override node priority"; the other one is more generic, and it could be used even when the user is allowed to override other XML sitemap settings for the node. Even if the module would not define any new settings for the node, there could be a third-party module that extends XML sitemap node, and could use the permission already existing.
Comment #3
Anonymous (not verified) commentedThe attached patch has been committed to CVS.