File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
src/components/progress-report/variance-explanation Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,9 @@ export class ProgressReportVarianceExplanationReasonOptions extends DataObject {
23
23
to new values.
24
24
` ,
25
25
} )
26
- readonly deprecated : ReadonlySet < string > = new JsonSet ( [ ] ) ;
26
+ readonly deprecated : ReadonlySet < string > = new JsonSet ( [
27
+ 'Delayed activities; activities did not occur; slow start of project' ,
28
+ ] ) ;
27
29
28
30
@Field ( ( ) => [ String ] )
29
31
readonly behind : ReadonlySet < string > = new JsonSet ( [
@@ -38,6 +40,9 @@ export class ProgressReportVarianceExplanationReasonOptions extends DataObject {
38
40
'Security breach/teams in hiding' ,
39
41
'Unstable internet' ,
40
42
'Checking delayed because translation consultants not available' ,
43
+ 'Natural disaster prevented team from working' ,
44
+ 'Activities did not occur, rescheduled for later date' ,
45
+ 'Slow start to project, but team expects to catch up' ,
41
46
] ) ;
42
47
43
48
@Field ( ( ) => [ String ] )
You can’t perform that action at this time.
0 commit comments