Actions
Defect #5343
closedacts_as_event Doesn't Accept Outside URLs
Start date:
2010-04-18
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
The acts_as_event plugin doesn't allow URLs to be linked to outside websites.
For example, the following doesn't work:
acts_as_event :title => Proc.new {|o| "#{o.title}"},
:author => nil,
:datetime => :updated_on,
:description => Proc.new {|o| "#{o.description}"},
:url => "http://yahoo.com"
Posted as a result of this discussion
Actions