Closed (fixed)
Project:
Patch manager
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Aug 2010 at 21:40 UTC
Updated:
6 Sep 2010 at 05:24 UTC
As User 1, I am seeing the Apply/Revert buttons in teaser/full node displays for all content types (not only on "patch" nodes)
Comments
Comment #1
aidanlis commentedOops that's a pretty serious bug. Fixed in dev, sorry.
Comment #2
aidanlis commentedManually patching is:
line 118:
if ($node->type === 'patch' && user_access('administer patch manager')) {
Comment #4
anodyne commentedif other people are using patch_manager 6.x-1.1 like me, the line number appears to be line 168 inside patch_manager.module instead of line 118.
hope this helps. :)