Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[K12] Add task to K12 yml to support New Picklists Value for Citizenship Status on Contact #296

Merged
merged 10 commits into from
Jan 29, 2021
7 changes: 4 additions & 3 deletions cumulusci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ tasks:
- fullName: "Walking to or from School"
label: "Walking to or from School"
add_before: "Other"

add_behavior_involvement_values:
description: Adds additional picklist values to the Role field.
class_path: cumulusci.tasks.metadata_etl.picklists.AddPicklistEntries
Expand Down Expand Up @@ -503,10 +502,12 @@ flows:
4:
task: enable_course_connections
5:
task: deploy_trial_config
task: eda:add_citizenship_status_values
6:
task: correct_reciprocal_relationships
task: deploy_trial_config
7:
task: correct_reciprocal_relationships
8:
task: correct_affiliation_mappings

upgraded_org:
Expand Down