Closed (cannot reproduce)
Project:
Module Filter
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2013 at 02:49 UTC
Updated:
12 Mar 2015 at 21:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
camoa commentedHello, I have been checking this on branches 7.x-1.x and 7.x-2.x.
Basically the reason is the same in both, module filter has the links hard coded (help, configure, permissions) I changed branch 7.x-2.x and fixed the issue, I hope I did it right I would love to have some feedback. I am working on 7.x-1.x since the way they handle the links array there is different.
Thanks
Comment #2
camoa commentedI would like to know your opinions on the patch sent before. Thanks
Comment #3
ossguys commentedPatch file doesn't seem to be opening. Can you please re-attach the file?
Comment #4
camoa commentedI tried, it is rejecting the file.....
Comment #5
camoa commentedAnother attempt.
Done, problem with the name.
Comment #6
ossguys commented@camoatech - The patch solved the problem!
Although there were following minor issues while applying the patch so I have corrected the patch and attached here. It's just related to trailing whitespaces and minor space issue.
root:# git apply -v module_filter-incompatibility-with-Tab-mode-and-Coder-Review-module-1969856-comment-2.patch
module_filter-incompatibility-with-Tab-mode-and-Coder-Review-module-1969856-comment-2.patch:25: trailing whitespace.
module_filter-incompatibility-with-Tab-mode-and-Coder-Review-module-1969856-comment-2.patch:30: trailing whitespace.
}
Checking patch module_filter.theme.inc...
Applied patch module_filter.theme.inc cleanly.
warning: 2 lines add whitespace errors.
Comment #7
camoa commentedThanks for the fix!
Comment #8
drupalshrek commentedI'm having this issue: with Module Filter switched on, the Code Review link does not appear.
I am using the latest version of module filter. Is the above patch applied there yet?
Comment #9
camoa commentedI don't believe so... but you can apply it to version 2.
Comment #10
drupalshrek commentedApplying patches is not in my experience, so I just disabled the Module Filter module.
Comment #11
istryker commentedCannot apply patch to master as it conflicts with the commit of #2304687: Remove hardcoded operations.
If #2304687 is not applied then there is a huge amount of theming errors.
Attached is patch against master +5
Comment #12
greenskin commentedI've installed Coder Review (version 2.4) and I do not see the issue. The "Code review" link renders as expected whether using dropbutton or not, no patch needed. Is this an issue with the 1.2 release of the Coder module?