097 operationIsInProgress
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
<m:field>u.shortname as updater_shortname</m:field>
|
||||
<m:field>v.svc</m:field>
|
||||
<m:field>so.svc_operation_id</m:field>
|
||||
<m:field formatter=#request.castToBool#>(o.dt_start IS NOT NULL AND o.dt_finish IS NULL AND o.submit_result='201') as is_in_progress</m:field>
|
||||
</m:field_set>
|
||||
from instance_operation o
|
||||
join instance e on (o.instance_uid=e.instance_uid)
|
||||
|
||||
Reference in New Issue
Block a user