From: Brett Smith Date: Thu, 15 Jan 2015 22:30:28 +0000 (-0500) Subject: 4840: Workbench selection actions are submitted by POST. X-Git-Tag: 1.1.0~1876^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/faf89f7e200e69dca019cf530e121d08ac06f105?ds=sidebyside;hp=faf89f7e200e69dca019cf530e121d08ac06f105 4840: Workbench selection actions are submitted by POST. The previous implementation could get 414 Request URI Too Long responses by stuffing a large number of selections into the link href. This commit sidesteps that problem by POSTing the data with a hidden form instead. It's based on rails-ujs' strategy for handling links with data-method that we were already using for some selection actions, so it should be minimally disruptive. ---