Skip to content

Commit faf69fb

Browse files
author
Hwashiang Yu
committed
MC-5810: Improve naming of the critical variables/parameters in the code and configuration
- Resolved pagebuilder panel failure
1 parent 000007c commit faf69fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/panel.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/panel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ export default class Panel {
237237
_.map(
238238
_.where(contentTypes, {
239239
group: id,
240-
is_visible: true,
240+
is_system: true,
241241
}), /* Retrieve content types with group id */
242242
(contentType: ContentTypeConfigInterface, identifier: string) => {
243243
return new GroupContentType(

0 commit comments

Comments
 (0)