bmo icon indicating copy to clipboard operation
bmo copied to clipboard

Bug 1508201 - Allow bulk edits to happen in the background, asynchronously

Open dylanwh opened this issue 6 years ago • 2 comments

Updated with (I think) all review changes applied.

dylanwh avatar Dec 11 '18 23:12 dylanwh

diff --git a/t/bulk-edit.t b/t/bulk-edit.t index b6aebec10..a97fa7f98 100644 --- a/t/bulk-edit.t +++ b/t/bulk-edit.t @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/.

dklawren avatar Jan 07 '19 15:01 dklawren

process_bug.cgi does not check that user is in group bulk_edit that I can tell and allows anyone to bulk edit. But the template does check. Which policy do we want?

It did, but it was probably hard to see. Now it's bz_can_async_bulk_edit

dylanwh avatar Jan 25 '19 22:01 dylanwh