aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/request/_correspondence.rhtml5
-rw-r--r--todo.txt2
2 files changed, 7 insertions, 0 deletions
diff --git a/app/views/request/_correspondence.rhtml b/app/views/request/_correspondence.rhtml
index 6862f1f7d..c974735bd 100644
--- a/app/views/request/_correspondence.rhtml
+++ b/app/views/request/_correspondence.rhtml
@@ -11,6 +11,11 @@ end
if !incoming_message.nil?
cache_name = cache_name + "/incoming_message/" + incoming_message.id.to_s
end
+if !@collapse_quotes.nil? && !@collapse_quotes
+ cache_name = cache_name + "/collapse/false"
+else
+ cache_name = cache_name + "/collapse/true" # default is true
+end
# yeuch, must be nicer way of telling cache just to use this cache_name, than
# putting it falsely in list action
cache(:controller => 'request', :action => 'list', :extra => cache_name) do
diff --git a/todo.txt b/todo.txt
index 0d1ca1cfe..658a8533f 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,3 +1,5 @@
+Gah - fix caching regarding info_request that correspondence part belongs to
+
Test data for Tony
Check tracks still work with URL routing changes