Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 7fac4fc

Browse files
author
Joan He
committed
MAGETWO-83132: Move the logging to the button click action
- fix build failures
1 parent 2dc699e commit 7fac4fc

File tree

1 file changed

+5
-1
lines changed
  • app/code/Magento/ReleaseNotification/view/adminhtml/web/js/modal

1 file changed

+5
-1
lines changed

app/code/Magento/ReleaseNotification/view/adminhtml/web/js/modal/component.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Copyright © Magento, Inc. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
5+
56
define([
67
'jquery',
78
'Magento_Ui/js/modal/modal-component',
@@ -16,6 +17,7 @@ define([
1617
logAction: '${ $.provider }:data.logAction'
1718
}
1819
},
20+
1921
/**
2022
* Error handler.
2123
*
@@ -36,7 +38,9 @@ define([
3638
*/
3739
logReleaseNotesShow: function () {
3840
var self = this,
39-
data = {"form_key": window.FORM_KEY};
41+
data = {
42+
'form_key': window.FORM_KEY
43+
};
4044

4145
$.ajax({
4246
type: 'POST',

0 commit comments

Comments
 (0)