Force MA comments when Completed
Can you replicate this in your environment?
Best Answer
-
Tony_Collett Cireson Support Super IT Monkey ✭✭✭✭✭Hi Adrian,
Thanks for bringing this up. I can confirm that this acts a little strangely in my environment.
Adding a comment when completing an MA adds the Actual End Date, however not adding a comment (clicking no, like you said) only changes the status and doesn't change the Actual End Date.
I will raise this internally for you and submit it to our Devs to investigate.
As for customisations to force comments, you could always remove the 'No' button with a quick CSS edit:<div><div>.k-button.btn-default<span> {<br></span>display: none;</div></div><div>}</div>
Add this to the Custom.css file in the customspace folder and it should remove the No button (might want to check if anything else is removed in the process)
Regards, Tony5
Answers
Thanks for bringing this up. I can confirm that this acts a little strangely in my environment.
Adding a comment when completing an MA adds the Actual End Date, however not adding a comment (clicking no, like you said) only changes the status and doesn't change the Actual End Date.
I will raise this internally for you and submit it to our Devs to investigate.
As for customisations to force comments, you could always remove the 'No' button with a quick CSS edit:
Regards, Tony
Tested:
As for customisations to force comments, you could always remove the 'No' button with a quick CSS edit: