You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If one has a page, and that page embeds a YouTube video via the media button in the WYSIWYG, this is good.
Until the video expires for whatever reason.
In this case if one wishes to edit the embed to insert a new valid video link it results in a broken modal that never loads.
By design the controller action returns HTTP 500, which is not handled by the client (on the front end).
In the least a very confused and frustrated content editor.
In the worst, javascript errors and a non-functioning CMS. (unconfirmed, can't remember)
If one has a page, and that page embeds a YouTube video via the media button in the WYSIWYG, this is good.
Until the video expires for whatever reason.
In this case if one wishes to edit the embed to insert a new valid video link it results in a broken modal that never loads.
silverstripe-asset-admin/code/Extensions/RemoteFileModalExtension.php
Lines 99 to 120 in 1204ac2
By design the controller action returns HTTP 500, which is not handled by the client (on the front end).
In the least a very confused and frustrated content editor.
In the worst, javascript errors and a non-functioning CMS. (unconfirmed, can't remember)
Test case: https://www.youtube.com/watch?v=IvTJ3cRzVbc
PRs
The text was updated successfully, but these errors were encountered: