cspace-ui
Version:
CollectionSpace user interface for browsers
8 lines (6 loc) • 329 B
JavaScript
import mergeAuthorityItemsStatusBatchJob from './org.collectionspace.services.batch.nuxeo.MergeAuthorityItemsBatchJob';
import updateInventoryStatusBatchJob from './org.collectionspace.services.batch.nuxeo.UpdateInventoryStatusBatchJob';
export default [
mergeAuthorityItemsStatusBatchJob,
updateInventoryStatusBatchJob,
];