Skip to content

Commit

Permalink
Merge pull request #41 from SalesforceFoundation/feature/238
Browse files Browse the repository at this point in the history
Feature/238
  • Loading branch information
davidmreed authored Apr 1, 2022
2 parents 8749c6f + 626a671 commit b2a3567
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ How do I log an issue?

Issue logging for the Nonprofit Success Pack has moved! All issues for the Affiliations package should now be logged [here](https://github.com/SalesforceFoundation/Cumulus/issues/new). All existing open issues have been moved to the [new location](https://github.com/SalesforceFoundation/Cumulus/issues?labels=npe5&page=1&state=open).

If your issue applies to older versions of the stand-alone Affiliations package, please post them directly to the [Power of Us Hub](powerofus.force.com/PUBlogin)
If your issue applies to older versions of the stand-alone Affiliations package, please post them in the [Nonprofit Success Pack Group](https://powerofus.force.com/HUB_NPSP_Group)

Installation
---
Expand Down
2 changes: 1 addition & 1 deletion cumulusci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project:
package:
name: Affiliations
namespace: npe5
api_version: 36.0
api_version: 53.0
git:
prefix_release: rel/
default_branch: main
Expand Down
2 changes: 1 addition & 1 deletion sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
}
],
"namespace": "",
"sourceApiVersion": "36.0"
"sourceApiVersion": "53.0"
}
2 changes: 1 addition & 1 deletion src/classes/UTIL_CustomLabel_TEST.cls-meta.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>36.0</apiVersion>
<apiVersion>53.0</apiVersion>
<status>Active</status>
</ApexClass>
24 changes: 13 additions & 11 deletions src/objects/Affiliation__c.object
Original file line number Diff line number Diff line change
Expand Up @@ -136,21 +136,23 @@
<fullName>Status__c</fullName>
<externalId>false</externalId>
<label>Status</label>
<picklist>
<picklistValues>
<fullName>Current</fullName>
<default>true</default>
</picklistValues>
<picklistValues>
<fullName>Former</fullName>
<default>false</default>
</picklistValues>
<sorted>false</sorted>
</picklist>
<required>false</required>
<trackHistory>false</trackHistory>
<trackTrending>false</trackTrending>
<type>Picklist</type>
<valueSet>
<valueSetDefinition>
<sorted>false</sorted>
<value>
<fullName>Current</fullName>
<default>true</default>
</value>
<value>
<fullName>Former</fullName>
<default>false</default>
</value>
</valueSetDefinition>
</valueSet>
</fields>
<label>Affiliation</label>
<nameField>
Expand Down
4 changes: 2 additions & 2 deletions src/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@
<members>nl_NL</members>
<name>Translations</name>
</types>
<version>36.0</version>
</Package>
<version>53.0</version>
</Package>
2 changes: 1 addition & 1 deletion src/pages/affiliationsSettings.page-meta.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<ApexPage xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>36.0</apiVersion>
<apiVersion>53.0</apiVersion>
<availableInTouch>false</availableInTouch>
<confirmationTokenRequired>false</confirmationTokenRequired>
<label>affiliationsSettings</label>
Expand Down
1 change: 0 additions & 1 deletion src/tabs/Affiliations_Settings.tab
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomTab xmlns="http://soap.sforce.com/2006/04/metadata">
<label>Affiliations Settings</label>
<mobileReady>false</mobileReady>
<motif>Custom19: Wrench</motif>
<page>affiliationsSettings</page>
</CustomTab>

0 comments on commit b2a3567

Please sign in to comment.