Closed nataliesus closed 1 month ago
The projects available for a user to select when they are running a Project-Focused LSA must be limited to (0,1,2,3,8,13), so there is no need for the code to exclude project types 9 and 10.
The HIC is a systemwide report, so no changes are required. (See #1301)
Hi @MollyMcEvilley ,
insert into lsa_Project
SQL query has a restriction byProjectType in (0,1,2,3,8,9,10,13)
:1. According to the spec,
ProjectType in (0,1,2,3,8,9,10,13)
restriction is valid for LSAScope = 1 (Systemwide). But for LSAScope = 2 (Project-Focused) ProjectTypes should be 0,1,2,3,8,13 so ProjectTypes 9 and 10 should be excluded:2. What is about LSAScope = 3? Could you please add a rule that for LSAScope = 3 ProjectType restriction should be the same as for ProjectType = 1?
Thank you! Natalie