File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
app/code/Magento/Review/Block/Adminhtml Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -21,25 +21,20 @@ class Add extends \Magento\Backend\Block\Widget\Form\Container
2121 protected function _construct ()
2222 {
2323 parent ::_construct ();
24-
2524 $ this ->_blockGroup = 'Magento_Review ' ;
2625 $ this ->_controller = 'adminhtml ' ;
2726 $ this ->_mode = 'add ' ;
28-
2927 $ this ->buttonList ->update ('save ' , 'label ' , __ ('Save Review ' ));
3028 $ this ->buttonList ->update ('save ' , 'id ' , 'save_button ' );
31-
3229 $ this ->buttonList ->update ('reset ' , 'id ' , 'reset_button ' );
3330 $ this ->buttonList ->update ('reset ' , 'onclick ' , 'window.review.formReset() ' );
34-
3531 $ this ->_formScripts [] = '
3632 require(["prototype"], function(){
3733 toggleParentVis("add_review_form");
3834 toggleVis("save_button");
3935 toggleVis("reset_button");
4036 });
4137 ' ;
42-
4338 // @codingStandardsIgnoreStart
4439 $ this ->_formInitScripts [] = '
4540 require(["jquery","prototype"], function(jQuery){
You can’t perform that action at this time.
0 commit comments