We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4f8e8 commit ea22c90Copy full SHA for ea22c90
app/code/Magento/Review/Block/Adminhtml/Add.php
@@ -17,6 +17,7 @@ class Add extends \Magento\Backend\Block\Widget\Form\Container
17
* Initialize add review
18
*
19
* @return void
20
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
21
*/
22
protected function _construct()
23
{
app/code/Magento/Review/view/adminhtml/web/js/rating.js
@@ -69,6 +69,7 @@ define([
69
70
removeRating: function () {
71
var checkedInputs = this.element.find('input[type="radio"]');
72
+
73
checkedInputs.nextAll('label').css('color', this.options.colorUnfilled).data('checked', false);
74
}
75
});
0 commit comments