Closed (fixed)
Project:
DataTables
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2013 at 02:18 UTC
Updated:
5 Jan 2015 at 14:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
brussam commentedIncorrectly assigned to myself
Comment #2
ranieri machado commentedFor get rid of the annoying message just check if the array element exists:
Comment #3
formatC'vt commentedComment #4
ey commentedUsing 7.x-1.x-dev cannot reproduce it. Please try it with dev version and re-open the issue if you still have this problem.
Comment #5
formatC'vt commentedThis is easy to reproduce, use clean drupal install.
Comment #6
ey commented@formatC'vt
You should know that all new code will be made into dev-versions of modules, i.e. 7.x-1.x-dev. Please install the dev version, not 7.x-1.2, and you'll see that the issue is not there.If you still see the issue, then provide a new patch, since your patch doesn't apply to the dev version.Comment #7
ey commented@formatC'vt
I'm sorry, you're right. The issue is still there. I was on the master branch, not on dev, that's why I couldn't reproduce it at the first time.
I'll check your patch as soon as I got more time (give me 2 days) and I'll commit it if it works.
Comment #8
ey commentedI've a little improved the patch, reducing the redundant check.
Comment #9
ey commentedSince this is a trivial check, I've just pushed the patch to the dev-Version.
Thanks @Ranieri Machado and @formatC'vt.
Comment #12
ayushmanshrestha commented#8 worked for me.
Thanks!