Skip to content

Commit 7a23e67

Browse files
author
Sergey Shvets
committed
MAGETWO-61143: [Backport] - Descriptions not updated when editing product via WYSIWYG editor - for 2.0
(cherry picked from commit 0820c2e)
1 parent 6a8995b commit 7a23e67

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Catalog/view/adminhtml/templates/catalog/wysiwyg

1 file changed

+1
-0
lines changed

app/code/Magento/Catalog/view/adminhtml/templates/catalog/wysiwyg/js.phtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ var catalogWysiwygEditor = {
6565
}
6666
});
6767
}
68+
this.modal.modal("option", "firedElementId", elementId);
6869
this.modal.modal('openModal');
6970
$(elementId + '_editor').value = $(elementId).value;
7071
},

0 commit comments

Comments
 (0)