We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4099b3e commit 568e757Copy full SHA for 568e757
app/code/Magento/ProductVideo/view/adminhtml/web/js/new-video-dialog.js
@@ -283,6 +283,7 @@ define([
283
*/
284
_onGetVideoInformationClick: function () {
285
var videoForm = this.element.find(this._videoFormSelector);
286
+
287
videoForm.validation();
288
289
if (this.element.find(this._videoUrlSelector).valid()) {
@@ -304,8 +305,9 @@ define([
304
305
* @private
306
307
_onGetVideoInformationStartRequest: function () {
308
+ var videoForm = this.element.find(this._videoFormSelector);
309
310
try {
- var videoForm = this.element.find(this._videoFormSelector);
311
videoForm.validation('clearError');
312
} catch (e) {
313
// Do nothing
0 commit comments