Skip to content

Commit

Permalink
updating objectCollectionViews in system configuration for report tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Sep 29, 2021
1 parent c2fe42e commit c33c5b1
Showing 1 changed file with 24 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,13 +385,36 @@
</collection>
</objectCollectionView>
<objectCollectionView>
<identifier>iterative-bulk-action-tasks-view</identifier>
<identifier>report-import-task-view</identifier>
<refreshInterval>30</refreshInterval>
<applicableForOperation>add</applicableForOperation>
<type>TaskType</type>
<collection>
<collectionRef oid="00000000-0000-0000-0000-000000000510" relation="org:default" type="c:ArchetypeType"/>
</collection>
</objectCollectionView>
<objectCollectionView>
<identifier>export-report-tasks-view</identifier>
<applicableForOperation>add</applicableForOperation>
<refreshInterval>30</refreshInterval>
<type>TaskType</type>
<collection>
<collectionRef oid="00000000-0000-0000-0000-000000000511" relation="org:default" type="c:ArchetypeType">
<!-- Report export task -->
</collectionRef>
</collection>
</objectCollectionView>
<objectCollectionView>
<identifier>export-report-distributed-tasks-view</identifier>
<applicableForOperation>add</applicableForOperation>
<refreshInterval>30</refreshInterval>
<type>TaskType</type>
<collection>
<collectionRef oid="00000000-0000-0000-0000-000000000512" relation="org:default" type="c:ArchetypeType">
<!-- Distributed report export task -->
</collectionRef>
</collection>
</objectCollectionView>
<objectCollectionView>
<identifier>certification-tasks-view</identifier>
<refreshInterval>30</refreshInterval>
Expand Down

0 comments on commit c33c5b1

Please sign in to comment.