Hi, when using some Date fields in the arguments I received a javascript message: An error occurred at ...
and the argument is not added.

After installing the newest Date module in drupal the message is gone and I can use the argument.

If think it's also a common Views problem, not only this module, but I'm not sure.

Might something for the docs?

Comments

Crell’s picture

Status: Active » Fixed

Sounds to me like this was an issue in either Views or Date. I've seen it before, but there's nothing in this module that should trigger that. So, um, if it's working for you now, yay, fixed. :-)

a.bond’s picture

Version: 6.x-1.x-dev » 6.x-1.0

Does this mean that the Date Range module is dependent on the Date module? If so, perhaps you should specify this somewhere. I installed the module and got the Javascript message, but I don't have the Date module installed.

Crell’s picture

Title: javascript message: An error occurred at » Specify date module as a dependency
Version: 6.x-1.0 » 6.x-1.x-dev
Status: Fixed » Active

Ah that would be a problem. Yes, daterange extends the date_api date handler, I think, so the date_api module is a dependency. I probably should specify that in the info file...

Crell’s picture

Status: Active » Fixed

Dependences have been specified in CVS. Thanks for the report. Took a while to figure out. :-)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.