Merge branch '3705-keep-blockworklist'
[arvados.git] / apps / workbench / app / controllers / application_controller.rb
index 2810a66b4f7764af5762e3c148d4ba892477aa4e..8acaa608183f57c9e9016b58342a0904a8f12fd4 100644 (file)
@@ -128,6 +128,8 @@ class ApplicationController < ActionController::Base
           end
         end
       end
+      # After this, params[:filters] can be trusted to be an array of arrays:
+      params[:filters] = filters
       @filters += filters
     end
   end