Comment out three Stage 0 fields (Peer Group, Internal Startup Assessment x2)

This commit is contained in:
Joel Brock
2026-05-20 16:04:21 -07:00
parent fbf668800b
commit 8caa851bcc
+25 -25
View File
@@ -69,31 +69,31 @@ const stage0: StageSectionConfig = {
type: "readonly",
optionGroupId: STAGE_OPTION_GROUP_ID,
},
{
name: "Peer_Group_Participation",
label: "Peer Group Participation",
type: "select",
civiField: `${G0}.Peer_Group_Participation`,
optionGroupId: 140,
help: "Is this co-op currently participating in Peer Learning Groups?",
visibleWhen: []
},
{
name: "Internal_Startup_Assessment",
label: "Internal Startup Assessment",
type: "select",
civiField: `${G0}.Internal_Startup_Assessment`,
optionGroupId: 132,
visibleWhen: []
},
{
name: "Internal_Startup_Assessment_Date",
label: "Internal Startup Assessment Date",
type: "date",
civiField: `${G0}.Internal_Startup_Assessment_Date`,
help: "Date of the latest Internal Startup Assessment rating.",
visibleWhen: []
},
// {
// name: "Peer_Group_Participation",
// label: "Peer Group Participation",
// type: "select",
// civiField: `${G0}.Peer_Group_Participation`,
// optionGroupId: 140,
// help: "Is this co-op currently participating in Peer Learning Groups?",
// visibleWhen: []
// },
// {
// name: "Internal_Startup_Assessment",
// label: "Internal Startup Assessment",
// type: "select",
// civiField: `${G0}.Internal_Startup_Assessment`,
// optionGroupId: 132,
// visibleWhen: []
// },
// {
// name: "Internal_Startup_Assessment_Date",
// label: "Internal Startup Assessment Date",
// type: "date",
// civiField: `${G0}.Internal_Startup_Assessment_Date`,
// help: "Date of the latest Internal Startup Assessment rating.",
// visibleWhen: []
// },
{
name: "Member_Goal_for_current_Stage",
label: "Member Goal for current Stage",