I'd like Panels tabs to support View Calendars, so I wrote a patch. The navigation links need to be updated by JS to point to the correct tab. I think this does everything required.
| Comment | File | Size | Author |
|---|---|---|---|
| panels_tab_calendar_support.patch | 1.2 KB | 13rac1 |
Comments
Comment #1
smoothify commentedThis worked for me, the only issue was a hunk in your patch failed due to trying to remove an alert call from your debugging code.
I removed that and committed, now i will roll a new version of the module.
Thanks again :)
Comment #2
13rac1 commentedThe alert call! Haha. Thanks!