From 708ce260ef7d2e74321d6b65fb6e4e455e04cde8 Mon Sep 17 00:00:00 2001 From: lrbalt Date: Fri, 18 Jan 2008 15:51:23 +0000 Subject: [PATCH] Fixes #627. Applied the patch with changes. Only the guid is changed, not the link to the context. Thanks Tommi git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@700 a4c988fc-2ded-0310-b66e-134b36920a42 --- tracks/app/controllers/todos_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/tracks/app/controllers/todos_controller.rb b/tracks/app/controllers/todos_controller.rb index 83675a63..fb7e23a0 100644 --- a/tracks/app/controllers/todos_controller.rb +++ b/tracks/app/controllers/todos_controller.rb @@ -524,6 +524,7 @@ class TodosController < ApplicationController :item => { :title => :description, :link => lambda { |t| context_url(t.context) }, + :guid => lambda { |t| todo_url(t) }, :description => todo_feed_content } end