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
The button works for image files (since they have "extras" filled), but doesn't work for most other file types (null/undefined instead of the filename is inserted into the url).
This was introduced in dbdd6e2 and as far as I can tell there's no reason for the change.
Steps to reproduce:
Drop an mp4 or pdf file into page media
Save
Try using the view button
Result:
Page url with undefined instead of the file name is opened
Expected:
Open the file in a new tab
The text was updated successfully, but these errors were encountered:
robertbak
added a commit
to robertbak/grav-plugin-admin
that referenced
this issue
Jul 31, 2019
The button works for image files (since they have "extras" filled), but doesn't work for most other file types (null/undefined instead of the filename is inserted into the url).
This was introduced in dbdd6e2 and as far as I can tell there's no reason for the change.
Steps to reproduce:
Result:
Page url with undefined instead of the file name is opened
Expected:
Open the file in a new tab
The text was updated successfully, but these errors were encountered: