Knowledge Article Helpful (Widget) on New York does not hide "yes/ No" when feedback is provided already.DescriptionKnowledge Article Helpful (Widget) on New York does not hide "yes/ No" when feedback is provided already.Steps to Reproduce New York: 1) Login to any NY instance.2) Go to https://instance_name.service-now.com/sp3) Click on knowledge base4) Open any article.5) Scroll down to - Helpful? and click on "Yes"6) An alert shows - "Thank you" on the page but the "Yes /No" buttons are NOT hidden after submitting the feedbackMadrid:1) Login to any Madrid instance.2) Go to https://instance_name.service-now.com/sp3) Click on knowledge base4) Open any article.5) Scroll down to - Helpful? and click on "Yes"6) An alert shows - "Thank you" and notice that "Yes /No" buttons are hidden after submitting the feedbackExpected behavior - The "Yes /No" buttons should be hidden after submitting the feedbackActual behavior on Newyork - "Yes /No" buttons are NOT hidden after submitting the feedbackWorkaroundThe line number 8 is commented in the function(scope) in New York instance whereas it is not commented on Madrid. Removing the comment on New York, resolves the issue. Line 8: //c.submitted = true;Related Problem: PRB1380042