From 5f1fa9873767504fe90bdd60dd68db8c21524e53 Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Sun, 3 Oct 2021 18:07:02 +0200 Subject: [PATCH] Update provision configs to 2021.9.x --- provision/700_crm/1400_pages.yaml | 2 +- .../701_service-solution/1000_namespace.yaml | 2 +- .../701_service-solution/1600_workflows.yaml | 18 +++++++++--------- provision/update.sh | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/provision/700_crm/1400_pages.yaml b/provision/700_crm/1400_pages.yaml index 15c7ef59f..29ab6b4d2 100644 --- a/provision/700_crm/1400_pages.yaml +++ b/provision/700_crm/1400_pages.yaml @@ -803,7 +803,7 @@ pages: label: Create new Case from this Account resourceType: compose:record workflow: CRM-Account-CreateNewCase - stepID: 14 + stepID: 56 sealed: false style: variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary} diff --git a/provision/701_service-solution/1000_namespace.yaml b/provision/701_service-solution/1000_namespace.yaml index 4a3138d51..ec15d67a4 100644 --- a/provision/701_service-solution/1000_namespace.yaml +++ b/provision/701_service-solution/1000_namespace.yaml @@ -1,4 +1,4 @@ namespaces: service-solution: (envoy): { onExisting: "skip" } - name: Service Solution + name: Case management diff --git a/provision/701_service-solution/1600_workflows.yaml b/provision/701_service-solution/1600_workflows.yaml index 92197a651..d37915e0f 100644 --- a/provision/701_service-solution/1600_workflows.yaml +++ b/provision/701_service-solution/1600_workflows.yaml @@ -1,7 +1,7 @@ workflows: ServiceSolution-Contact-SetLabel: meta: - name: Service Solution - Contact - Set Label + name: Case management - Contact - Set Label description: Set label for contact record enabled: true keepSessions: 0 @@ -428,7 +428,7 @@ workflows: value: null ServiceSolution-Case-Prepare: meta: - name: Service Solution - Case - Prepare + name: Case management - Case - Prepare description: Inserts default case values enabled: true keepSessions: 0 @@ -501,7 +501,7 @@ workflows: labels: {} ServiceSolution-Update-SendNotifications: meta: - name: Service Solution - Update - Send Notifications + name: Case management - Update - Send Notifications description: Sends notification about case update enabled: true keepSessions: 0 @@ -1226,7 +1226,7 @@ workflows: value: null ServiceSolution-Case-AddUpdate: meta: - name: Service Solution - Case - Add Update + name: Case management - Case - Add Update description: Create update record in CaseUpdate module enabled: true keepSessions: 0 @@ -1558,7 +1558,7 @@ workflows: value: null ServiceSolution-Case-Statuschange: meta: - name: Service Solution - Case - StatusChange + name: Case management - Case - StatusChange description: Changes status of case record if previous status is differs from current status enabled: true keepSessions: 0 @@ -1908,7 +1908,7 @@ workflows: value: null ServiceSolution-KnowledgeBase-InsertNumber: meta: - name: Service Solution - Knowledge Base - Insert Number + name: Case management - Knowledge Base - Insert Number description: Inserts next Knowledge base number enabled: true keepSessions: 0 @@ -2167,7 +2167,7 @@ workflows: value: '#2 - Has number' ServiceSolution-Update-SetCaseTimeAndCost: meta: - name: Service Solution - Update - Set Case Time And Cost + name: Case management - Update - Set Case Time And Cost description: Sets time and cost of a case by summing up the cost of all case updates enabled: true keepSessions: 0 @@ -3954,7 +3954,7 @@ workflows: value: null ServiceSolution-Case-SendEmail: meta: - name: Service Solution - Case - Send Email + name: Case management - Case - Send Email description: Sends Case update Email based on prompted reason and selected template enabled: true keepSessions: 0 @@ -4427,7 +4427,7 @@ workflows: tests: [] - target: update.values.From source: "" - expr: '"Service Solution"' + expr: '"Case management"' value: null type: String tests: [] diff --git a/provision/update.sh b/provision/update.sh index 2c0950420..9a135c96d 100755 --- a/provision/update.sh +++ b/provision/update.sh @@ -4,7 +4,7 @@ set -eu cd "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" -BRANCH=${BRANCH:-"2021.3.x"} +BRANCH=${BRANCH:-"2021.9.x"} ZIP="${BRANCH}.zip" URL=${URL:-"https://github.com/cortezaproject/corteza-ext/archive/${ZIP}"} DIR="corteza-ext-${BRANCH}"