Skip to content

Commit d37518d

Browse files
committed
ACP2E-3664: Page Builder's Product component doesn't work if the user doesn't have Widget permission
1 parent 527a171 commit d37518d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/form/element/conditions-loader.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Copyright 2018 Adobe
3+
* All Rights Reserved.
4+
*/
15
define([
26
'jquery',
37
'Magento_Rule/rules',

app/code/Magento/PageBuilder/view/adminhtml/web/js/form/element/product-totals.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* Copyright © Magento, Inc. All rights reserved.
3-
* See COPYING.txt for license details.
2+
* Copyright 2019 Adobe
3+
* All Rights Reserved.
44
*/
55

66
define([

app/code/Magento/PageBuilder/view/adminhtml/web/js/form/element/wysiwyg.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* Copyright © Magento, Inc. All rights reserved.
3-
* See COPYING.txt for license details.
2+
* Copyright 2017 Adobe
3+
* All Rights Reserved.
44
*/
55

66
define([

0 commit comments

Comments
 (0)