Skip to content

Commit

Permalink
Remove permset & move samples to unpackaged
Browse files Browse the repository at this point in the history
  • Loading branch information
shunkosa committed Dec 12, 2022
1 parent 5818a32 commit 85652eb
Show file tree
Hide file tree
Showing 58 changed files with 27 additions and 334 deletions.
7 changes: 7 additions & 0 deletions cumulusci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ tasks:
options:
required_org_code_coverage_percent: 0

deploy_post:
ui_options:
sample_surveys:
name: GRMS - Sample Surveys
is_required: False
is_recommended: False

flows:
config_apextest:
steps:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<layoutColumns>
<layoutItems>
<behavior>Edit</behavior>
<field>FieldWorker__c</field>
<field>%%%NAMESPACE%%%FieldWorker__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
Expand Down Expand Up @@ -194,7 +194,7 @@
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>SurveyDate__c</field>
<field>%%%NAMESPACE%%%SurveyDate__c</field>
</layoutItems>
</layoutColumns>
<layoutColumns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<layoutColumns>
<layoutItems>
<behavior>Edit</behavior>
<field>FieldWorker__c</field>
<field>%%%NAMESPACE%%%FieldWorker__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
Expand Down Expand Up @@ -126,7 +126,7 @@
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>SurveyDate__c</field>
<field>%%%NAMESPACE%%%SurveyDate__c</field>
</layoutItems>
</layoutColumns>
<style>TwoColumnsTopToBottom</style>
Expand Down
16 changes: 16 additions & 0 deletions unpackaged/post/sample_surveys/package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>*</members>
<name>Layout</name>
</types>
<types>
<members>Rating</members>
<name>GlobalValueSet</name>
</types>
<types>
<members>*</members>
<name>CustomObject</name>
</types>
<version>50.0</version>
</Package>

0 comments on commit 85652eb

Please sign in to comment.