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", type: "readonly",
optionGroupId: STAGE_OPTION_GROUP_ID, optionGroupId: STAGE_OPTION_GROUP_ID,
}, },
{ // {
name: "Peer_Group_Participation", // name: "Peer_Group_Participation",
label: "Peer Group Participation", // label: "Peer Group Participation",
type: "select", // type: "select",
civiField: `${G0}.Peer_Group_Participation`, // civiField: `${G0}.Peer_Group_Participation`,
optionGroupId: 140, // optionGroupId: 140,
help: "Is this co-op currently participating in Peer Learning Groups?", // help: "Is this co-op currently participating in Peer Learning Groups?",
visibleWhen: [] // visibleWhen: []
}, // },
{ // {
name: "Internal_Startup_Assessment", // name: "Internal_Startup_Assessment",
label: "Internal Startup Assessment", // label: "Internal Startup Assessment",
type: "select", // type: "select",
civiField: `${G0}.Internal_Startup_Assessment`, // civiField: `${G0}.Internal_Startup_Assessment`,
optionGroupId: 132, // optionGroupId: 132,
visibleWhen: [] // visibleWhen: []
}, // },
{ // {
name: "Internal_Startup_Assessment_Date", // name: "Internal_Startup_Assessment_Date",
label: "Internal Startup Assessment Date", // label: "Internal Startup Assessment Date",
type: "date", // type: "date",
civiField: `${G0}.Internal_Startup_Assessment_Date`, // civiField: `${G0}.Internal_Startup_Assessment_Date`,
help: "Date of the latest Internal Startup Assessment rating.", // help: "Date of the latest Internal Startup Assessment rating.",
visibleWhen: [] // visibleWhen: []
}, // },
{ {
name: "Member_Goal_for_current_Stage", name: "Member_Goal_for_current_Stage",
label: "Member Goal for current Stage", label: "Member Goal for current Stage",