Fix #3374: List approver in BUR approval messages.
This commit is contained in:
@@ -38,7 +38,7 @@ class BulkUpdateRequestsController < ApplicationController
|
||||
|
||||
def destroy
|
||||
if @bulk_update_request.editable?(CurrentUser.user)
|
||||
@bulk_update_request.reject!
|
||||
@bulk_update_request.reject!(CurrentUser.user)
|
||||
flash[:notice] = "Bulk update request rejected"
|
||||
respond_with(@bulk_update_request, :location => bulk_update_requests_path)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user