I'm deploying a umbraco site next thursday and became aware of a bug in latest release 8.10.
I now cannot save directly in media section... i cannot upload any document, create folder, ulpoad image or change image crop. The SAVE button simply does nothing!!!
Is this a reported bug?! I check in all my umbracos that had that upgrade an even in those that I hardly touched media section SAVE do not work!!!
Hi Jorge, this is a known bug - if you're looking for a quick fix, try editing Umbraco.Web.UI.Client/src/views/media/edit.html and changing the type attribute on the save button from 'button' to 'submit' (line 62).
Umbraco v8.10 media section wont save... bug!!!
Hi
I'm deploying a umbraco site next thursday and became aware of a bug in latest release 8.10.
I now cannot save directly in media section... i cannot upload any document, create folder, ulpoad image or change image crop. The SAVE button simply does nothing!!!
Is this a reported bug?! I check in all my umbracos that had that upgrade an even in those that I hardly touched media section SAVE do not work!!!
I need urgent help here!
Regards,
Jorge Ribeiro
Save button do not work but you can save if you put the cursor on the title box and hit enter.
Hi Jorge, this is a known bug - if you're looking for a quick fix, try editing Umbraco.Web.UI.Client/src/views/media/edit.html and changing the type attribute on the save button from 'button' to 'submit' (line 62).
Hi Jorge.
This issue has now been fixed, and is part of the 8.10.1 release, should be a simple patch upgrade, with this one being one of the only fixes in it.
Hit this bug myself but luckily (thanks to Nathan!) the 8.10 release is out that fixes it - https://our.umbraco.com/download/releases/8101
is working on a reply...