Added check to find district name and compare for #DEMO in name for demo districts without NCES_ID.
Motivation and Context
Our upgrade from v1.1 to v3.0 has left us unable to verify schools without an NCES_ID and giving them access when we are not supposed to. We can now look at district names and pass through any #DEMO district to bypass the lack of nces_id in our sandbox districts. While not allowing this to happen with non-demo districts.
Description
Added check to find district name and compare for
#DEMO
in name for demo districts without NCES_ID.Motivation and Context
Our upgrade from v1.1 to v3.0 has left us unable to verify schools without an NCES_ID and giving them access when we are not supposed to. We can now look at district names and pass through any
#DEMO
district to bypass the lack of nces_id in our sandbox districts. While not allowing this to happen with non-demo districts.How Has This Been Tested?
Updated testing to account for new link usage.
Checklist: