AcademySoftwareFoundation / OpenCue

A render management system you can deploy for visual effects and animation productions.
https://www.opencue.io
Apache License 2.0
833 stars 203 forks source link

[cuegui] Make frames and layers readonly when a job is finished #1455

Closed DiegoTavares closed 3 months ago

DiegoTavares commented 3 months ago

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.