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
Updated by Jean-Philippe Lang over 14 years ago
- Status changed from New to Resolved
- Target version set to 0.9.4
- Affected version (unused) set to 0.9.3
- Resolution set to Fixed
- Affected version set to 0.9.3
Fixed in r3681.
Updated by Jean-Philippe Lang over 14 years ago
- Status changed from Resolved to Closed
- Target version changed from 0.9.4 to 1.0.0 (RC)
Actions