The GUI currently allows editing frames and layers when the job state has completed. This change uses two configuration flags (finished_jobs_readonly.frame, finished_jobs_readonly.layer) to enable the behavior of making layers and frames readonly upon completion or cancelation.
When the flags are set to True completed jobs can no longer have layers and frames retried, eaten and edited dependencies.
The GUI currently allows editing frames and layers when the job state has completed. This change uses two configuration flags (
finished_jobs_readonly.frame
,finished_jobs_readonly.layer
) to enable the behavior of making layers and frames readonly upon completion or cancelation.When the flags are set to
True
completed jobs can no longer have layers and frames retried, eaten and edited dependencies.