Closed (fixed)
Project:
Date
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2009 at 11:43 UTC
Updated:
31 Mar 2009 at 18:10 UTC
I think the date tools it's a really nice new feature and it was exactly what I was looking for, so I couldn't wait to activate it!
But I got this two bugs:
1. after installing it told me that the calendar block was duplicated (I had another calendar block activated);
2. after disabling date tools there is no way to delete the created view, I can only disable it.
Thanks for your work!
Comments
Comment #1
karens commentedYes, there are lots of other things I want to do with this, the current code is just a first stab at automating a lot of the work of creating dates and calendars.
The trigger that creates the default view comes from a variable, calendar_default_view_options. If you wipe that out and clear your caches the default view will go away.
Comment #2
gooddesignusa commentedthis is regards to: "2.after disabling date tools there is no way to delete the created view, I can only disable it."
I'm still somewhat new to drupal. So your answer was a little confusing.
"The trigger that creates the default view comes from a variable, calendar_default_view_options. If you wipe that out and clear your caches the default view will go away."
How do i clear the variable. I know how to clear the cache. I've tried shutting off all the date modules and uninstalling / reinstalling.
Anyways thanks a lot for working on this module it comes in very handy.
Comment #3
gooddesignusa commentedfigured it out. opened phpmyadmin and went to variable and found calendar_default_view_options. opened that up and cleared what was inside. Seemed to remove the created views.
Comment #4
karens commentedThat's right. Plus I just added a place in the Date Tools that you can remove it.