diff options
author | louise <louise> | 2009-04-07 14:25:42 +0000 |
---|---|---|
committer | louise <louise> | 2009-04-07 14:25:42 +0000 |
commit | c60fabe0ce4127b053cce990a97486f88f1a9d04 (patch) | |
tree | 55ee98bee4ca3043c2194cef69270468fd0ba074 | |
parent | fc9da28929fc95033c126cc3056d66c1a3255a3a (diff) |
Removing completed task - fixing error on moving incoming message from one request to another
-rw-r--r-- | todo.txt | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -5,17 +5,6 @@ Next (things that will reduce admin time mainly) Check #email_subscriptions in unsubscribe link -When moving request: -ActionView::TemplateError (undefined method `info_request' for nil:NilClass) on line #34 of request/show.rhtml: -31: <% if !@xapian_similar.nil? && @xapian_similar.results.size > 0 %> -32: <h2>Similar requests</h2> -33: <% for result in @xapian_similar.results %> -34: <%= render :partial => 'request/request_listing_via_event', :locals => { :event => result[:model], :info_request => result[:model].info_request } %> -35: <% end %> -36: <% if @xapian_similar_more %> -37: <p><%= link_to "More similar requests", request_similar_url(@info_request) %></p> - - Just stop worrying about old requests which are unclassified in status, or make it a public wiki? At least improve usability a bit more for the alert emails reminding you to fill in status. |