Add comments

This commit is contained in:
zandercymatics 2024-07-02 10:44:21 -06:00
parent 45f9631efe
commit beea565d47
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -361,7 +361,9 @@ function initializeWidgetOnList(list, parentId) {
*/
(function (){
let rejectionReasonFormGroup = document.querySelector('.field-rejection_reason')
// This is the "action needed reason" field
let actionNeededReasonFormGroup = document.querySelector('.field-action_needed_reason');
// This is the "auto-generated email" field
let actionNeededReasonEmailFormGroup = document.querySelector('.field-action_needed_reason_email')
if (rejectionReasonFormGroup && actionNeededReasonFormGroup && actionNeededReasonEmailFormGroup) {