feat(vtiger-crm): add create case action
This commit is contained in:
@@ -1,27 +1,37 @@
|
||||
import listAssets from './list-assets/index.js';
|
||||
import listCampaignSources from './list-campaign-sources/index.js';
|
||||
import listCaseOptions from './list-case-options/index.js';
|
||||
import listContactOptions from './list-contact-options/index.js';
|
||||
import listContacts from './list-contacts/index.js';
|
||||
import listGroups from './list-groups/index.js';
|
||||
import listLeadOptions from './list-lead-options/index.js';
|
||||
import listMilestones from './list-milestones/index.js';
|
||||
import listOpportunityOptions from './list-opportunity-options/index.js';
|
||||
import listOrganizations from './list-organizations/index.js';
|
||||
import listProducts from './list-products/index.js';
|
||||
import listProjects from './list-projects/index.js';
|
||||
import listRecordCurrencies from './list-record-currencies/index.js';
|
||||
import listServiceContracts from './list-service-contracts/index.js';
|
||||
import listServices from './list-services/index.js';
|
||||
import listSlaNames from './list-sla-names/index.js';
|
||||
import listTasks from './list-tasks/index.js';
|
||||
import listTodoOptions from './list-todo-options/index.js';
|
||||
|
||||
export default [
|
||||
listAssets,
|
||||
listCampaignSources,
|
||||
listCaseOptions,
|
||||
listContactOptions,
|
||||
listContacts,
|
||||
listGroups,
|
||||
listLeadOptions,
|
||||
listMilestones,
|
||||
listOpportunityOptions,
|
||||
listOrganizations,
|
||||
listProducts,
|
||||
listProjects,
|
||||
listRecordCurrencies,
|
||||
listServiceContracts,
|
||||
listServices,
|
||||
listSlaNames,
|
||||
listTasks,
|
||||
|
Reference in New Issue
Block a user