Skip to content

Commit

Permalink
Final package release (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
deejay-hub authored May 20, 2021
1 parent 88fac32 commit 0188486
Show file tree
Hide file tree
Showing 7 changed files with 113 additions and 9 deletions.
3 changes: 2 additions & 1 deletion config/project-scratch-def.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"settings": {
"languageSettings": {
"enableTranslationWorkbench": true,
"enableEndUserLanguages": true
"enableEndUserLanguages": true,
"enablePlatformLanguages": true
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
</values>
<values>
<field>Type_Field__c</field>
<value xsi:type="xsd:string">TaskSubtype</value>
<value xsi:type="xsd:string">ActivitySubtype</value>
</values>
</CustomMetadata>
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
</values>
<values>
<field>Type_Field__c</field>
<value xsi:type="xsd:string">TaskSubtype</value>
<value xsi:type="xsd:string">ActivitySubtype</value>
</values>
</CustomMetadata>
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</values>
<values>
<field>Fallback_Tooltip_Field__c</field>
<value xsi:type="xsd:string">Campaign.LastModifiedBy.Profile.LastModifiedBy.Name</value>
<value xsi:type="xsd:string">Campaign.CreatedBy.Profile.CreatedBy.Name</value>
</values>
<values>
<field>Icon_Background_Colour__c</field>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomObjectTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
<quickActions>
<label><!-- Defer --></label>
<name>Defer</name>
</quickActions>
<quickActions>
<label><!-- Defer_0 --></label>
<name>Defer_0</name>
</quickActions>
<quickActions>
<label><!-- Defer_1 --></label>
<name>Defer_1</name>
</quickActions>
<quickActions>
<label><!-- Defer_2 --></label>
<name>Defer_2</name>
</quickActions>
<quickActions>
<label><!-- Defer_3 --></label>
<name>Defer_3</name>
</quickActions>
<quickActions>
<label><!-- Defer_4 --></label>
<name>Defer_4</name>
</quickActions>
<quickActions>
<label><!-- EditDescription --></label>
<name>EditDescription</name>
</quickActions>
<quickActions>
<label><!-- EditDescription_0 --></label>
<name>EditDescription_0</name>
</quickActions>
<quickActions>
<label><!-- EditDescription_1 --></label>
<name>EditDescription_1</name>
</quickActions>
<quickActions>
<label><!-- EditDescription_2 --></label>
<name>EditDescription_2</name>
</quickActions>
<quickActions>
<label><!-- EditDescription_3 --></label>
<name>EditDescription_3</name>
</quickActions>
<quickActions>
<label><!-- EditDescription_4 --></label>
<name>EditDescription_4</name>
</quickActions>
<quickActions>
<label><!-- UpdatePriority --></label>
<name>UpdatePriority</name>
</quickActions>
<quickActions>
<label><!-- UpdatePriority_0 --></label>
<name>UpdatePriority_0</name>
</quickActions>
<quickActions>
<label><!-- UpdatePriority_1 --></label>
<name>UpdatePriority_1</name>
</quickActions>
<quickActions>
<label><!-- UpdatePriority_2 --></label>
<name>UpdatePriority_2</name>
</quickActions>
<quickActions>
<label><!-- UpdatePriority_3 --></label>
<name>UpdatePriority_3</name>
</quickActions>
<quickActions>
<label><!-- UpdatePriority_4 --></label>
<name>UpdatePriority_4</name>
</quickActions>
<quickActions>
<label><!-- UpdateStatus --></label>
<name>UpdateStatus</name>
</quickActions>
<quickActions>
<label><!-- UpdateStatus_0 --></label>
<name>UpdateStatus_0</name>
</quickActions>
<quickActions>
<label><!-- UpdateStatus_1 --></label>
<name>UpdateStatus_1</name>
</quickActions>
<quickActions>
<label><!-- UpdateStatus_2 --></label>
<name>UpdateStatus_2</name>
</quickActions>
<quickActions>
<label><!-- UpdateStatus_3 --></label>
<name>UpdateStatus_3</name>
</quickActions>
<quickActions>
<label><!-- UpdateStatus_4 --></label>
<name>UpdateStatus_4</name>
</quickActions>
</CustomObjectTranslation>
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<name>Timeline_Label_Items</name>
</customLabels>
<customLabels>
<label>Affichage:</label>
<label>Afficher:</label>
<name>Timeline_Label_Showing</name>
</customLabels>
<customLabels>
Expand Down
12 changes: 8 additions & 4 deletions sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,21 @@
"path": "force-app",
"default": true,
"package": "TimeWarp",
"versionNumber": "1.5.0.NEXT"
"versionNumber": "1.8.0.NEXT",
"ancestorVersion": "1.5.0"
}
],
"namespace": "",
"namespace": "bmpyrckt",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "50.0",
"sourceApiVersion": "51.0",
"packageAliases": {
"TimeWarp": "0Ho2w000000TNVlCAO",
"[email protected]": "04t2w000008K1N2AAK",
"[email protected]": "04t2w000008K1NRAA0",
"[email protected]": "04t2w000008K1NWAA0",
"[email protected]": "04t2w000008K32CAAS"
"[email protected]": "04t2w000008K32CAAS",
"[email protected]": "04t2w000008K3UlAAK",
"[email protected]": "04t2w000008K3UqAAK",
"[email protected]": "04t2w000008K3UvAAK"
}
}

0 comments on commit 0188486

Please sign in to comment.