<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -175,7 +175,10 @@ class TodosController &lt; ApplicationController
   def update
     @source_view = params['_source_view'] || 'todo'
     init_data_for_sidebar unless mobile?
-    @todo.tag_with(params[:tag_list]) if params[:tag_list]
+    if params[:tag_list]
+      @todo.tag_with(params[:tag_list])
+      @todo.tags(true) #force a reload for proper rendering
+    end
     @original_item_context_id = @todo.context_id
     @original_item_project_id = @todo.project_id
     @original_item_was_deferred = @todo.deferred?</diff>
      <filename>app/controllers/todos_controller.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>cebaf05a7fd751b3884bc506eddcad02ec626d49</id>
    </parent>
  </parents>
  <author>
    <name>Reinier Balt</name>
    <email>lrbalt@gmail.com</email>
  </author>
  <url>http://github.com/bsag/tracks/commit/037c04e72f42b2d3476f0b2db6584fc4683be930</url>
  <id>037c04e72f42b2d3476f0b2db6584fc4683be930</id>
  <committed-date>2009-01-08T01:45:19-08:00</committed-date>
  <authored-date>2009-01-08T01:45:19-08:00</authored-date>
  <message>restore bugfix of Luke that I removed in last commit by mistake.</message>
  <tree>f22244e2a624a27f5c1c368b0bbef6b1bdb19a4f</tree>
  <committer>
    <name>Reinier Balt</name>
    <email>lrbalt@gmail.com</email>
  </committer>
</commit>
