3
0

Rename service-cloud - service-solution

This commit is contained in:
Tomaž Jerman
2020-09-08 10:37:56 +02:00
parent c956a18dbf
commit b2ccb7efff
7 changed files with 13 additions and 13 deletions

View File

@@ -1,3 +1,3 @@
namespaces:
service-cloud:
service-solution:
name: Service Cloud

View File

@@ -1,4 +1,4 @@
namespace: service-cloud
namespace: service-solution
modules:
Account:
name: Account

View File

@@ -1,4 +1,4 @@
namespace: service-cloud
namespace: service-solution
charts:
ActiveEntitlements:
name: Number of active entitlements

View File

@@ -1,4 +1,4 @@
namespace: service-cloud
namespace: service-solution
pages:
- handle: Home
title: Home
@@ -227,11 +227,11 @@ pages:
- enabled: true
label: Add Update to this Case
resourceType: compose:record
script: /client-scripts/compose/service-cloud/Case/AddUpdate.js:default
script: /client-scripts/compose/service-solution/Case/AddUpdate.js:default
- enabled: true
label: Create email for this Case
resourceType: compose:record
script: /client-scripts/compose/service-cloud/Case/CreateEmail.js:default
script: /client-scripts/compose/service-solution/Case/CreateEmail.js:default
sealed: false
style:
variants: {bodyBg: white, border: primary, headerBg: white, headerText: primary}

View File

@@ -1,4 +1,4 @@
namespace: service-cloud
namespace: service-solution
records:
Department:
- values:

View File

@@ -37,11 +37,11 @@ copyExtConfig crm 1200_charts
copyExtConfig crm 1400_pages
copyExtConfig crm 1500_record_settings
copyExtConfig service-cloud 1000_namespace
copyExtConfig service-cloud 1100_modules
copyExtConfig service-cloud 1200_charts
copyExtConfig service-cloud 1400_pages
copyExtConfig service-cloud 1500_record_settings
copyExtConfig service-solution 1000_namespace
copyExtConfig service-solution 1100_modules
copyExtConfig service-solution 1200_charts
copyExtConfig service-solution 1400_pages
copyExtConfig service-solution 1500_record_settings
cleanup

View File

@@ -126,7 +126,7 @@ func makeDefaultApplications(ctx context.Context, log *zap.Logger) error {
Listed: true,
Icon: newIconUrl,
Logo: newLogoUrl,
Url: "/compose/ns/service-cloud/pages",
Url: "/compose/ns/service-solution/pages",
},
},
}