Implemented status changes operator index

This commit is contained in:
2024-08-13 23:37:31 +02:00
parent 8732f07dd6
commit 3be019b58b
7 changed files with 42 additions and 42 deletions

View File

@@ -79,7 +79,7 @@ class Job < ApplicationRecord
end
def able_to_cancel?
open?
open? || printing?
# TODO: different check for operator and admin
end