Changeset 6950
- Timestamp:
- Sep 15, 2015, 8:19:29 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.5-stable/www/views/jobs/view_job.jsp
r6856 r6950 164 164 // Check if the job can be aborted 165 165 boolean supportsAbort = false; 166 boolean supportsForceError = status != Job.Status.DONE && status != Job.Status.ERROR;166 boolean supportsForceError = writePermission && status != Job.Status.DONE && status != Job.Status.ERROR; 167 167 168 168 // The status must be executable or EXECUTING
Note: See TracChangeset
for help on using the changeset viewer.