File tree Expand file tree Collapse file tree 2 files changed +14
-12
lines changed
web/src/components/incident Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 1010 <v-card-text >
1111 <h3 >Notifications</h3 >
1212 <p class =" mb-5" >
13- You may decide to notify the linked users (if any) so they have the opportunity to review this information
14- before notifying the reporting employee.
13+ If you added any linked users, they will appear below. You can notify them that the control is in place.
14+ </p >
15+ <p class =" mb-5" >
16+ If you didn't add anyone, or you decide not to notify them, you can just select "Notify Employee and Complete
17+ Step".
1518 </p >
16- <p class =" mb-5" >Alternatively, you may elect to just Notify Reporting Employee and Complete Step.</p >
1719
1820 <v-checkbox
1921 v-for =" user in linkedUsers"
Original file line number Diff line number Diff line change 2626 </template >
2727 </v-list-item >
2828 <v-list-item
29- v-if =" isNotification "
30- title =" Send Notifications "
31- : subtitle =" currentStep.step_title "
32- @click =" showNotificationDialog = true" >
29+ v-if =" isCommittee "
30+ title =" Request Committee Review "
31+ subtitle =" Co-Chair Notification "
32+ @click =" showCommitteeDialog = true" >
3333 <template #prepend >
34- <v-icon color =" green " >mdi-email </v-icon >
34+ <v-icon color =" warning " >mdi-account-group </v-icon >
3535 </template >
3636 </v-list-item >
3737 <v-list-item
38- v-if =" isCommittee "
39- title =" Request Committee Review "
38+ v-if =" isNotification "
39+ title =" Send Notifications "
4040 :subtitle =" currentStep.step_title"
41- @click =" showCommitteeDialog = true" >
41+ @click =" showNotificationDialog = true" >
4242 <template #prepend >
43- <v-icon color =" warning " >mdi-account-group </v-icon >
43+ <v-icon color =" green " >mdi-email </v-icon >
4444 </template >
4545 </v-list-item >
4646
You can’t perform that action at this time.
0 commit comments