I can create an initial XSLT file, but I can not save any modification. If I look in the Javascript console, I see this error:
DependencyHandler.axd?s=L3VtYnJhY28vbGliL0NvZGVNaXJyb3IvbGliL2NvZGVtaXJyb3IuanM7L3VtYnJhY28vbGliL0N…:1212 Uncaught TypeError: Cannot read property 'is' of undefined
at _class.doSubmit (DependencyHandler.axd?s=L3VtYnJhY28vbGliL0NvZGVNaXJyb3IvbGliL2NvZGVtaXJyb3IuanM7L3VtYnJhY28vbGliL0N…:1212)
at HTMLAnchorElement.<anonymous> (DependencyHandler.axd?s=L3VtYnJhY28vbGliL0NvZGVNaXJyb3IvbGliL2NvZGVtaXJyb3IuanM7L3VtYnJhY28vbGliL0N…:1211)
at HTMLAnchorElement.dispatch (DependencyHandler.axd?s=L3VtYnJhY29fY2xpZW50L3VpL2pxdWVyeS5qczsvdW1icmFjb19jbGllbnQvdWkvanF1ZXJ5dWk…:1)
at HTMLAnchorElement.r.handle (DependencyHandler.axd?s=L3VtYnJhY29fY2xpZW50L3VpL2pxdWVyeS5qczsvdW1icmFjb19jbGllbnQvdWkvanF1ZXJ5dWk…:1)
I can confirm this problem, have js error in my Umbraco 7.6.1 version when trying to save XSLT file via backend.
Uncaught TypeError: Cannot read property 'is' of undefined
at _class.doSubmit (EditXslt.js?cdv=1474617346:40)
at HTMLAnchorElement.<anonymous> (EditXslt.js?cdv=1474617346:26)
at HTMLAnchorElement.dispatch (jquery.js?cdv=1474617346:3)
at HTMLAnchorElement.r.handle (jquery.js?cdv=1474617346:3)
Looks like they've removed the checkbox you used to be able to flip if you wanted to skip errors on save (depending on how you'd constructed the file you sometimes had to). The code editors got a nice overhaul for Umbraco 7.6, but I also know that no effort was (to be) made for supporting XSLT, going forward.
Just wanted to say that you can of course save the file outside of Umbraco, e.g. using FTP if you're on a shared hosting environment, or if you're on Umbraco Cloud you can use Git to transfer the new file.
(Just because I don't think it'll be ranking high in any "must-fix issues" list these days...)
Can not save modifications to XSLT in version 7.6
I can create an initial XSLT file, but I can not save any modification. If I look in the Javascript console, I see this error:
Hi Andrew
I can confirm this problem, have js error in my Umbraco 7.6.1 version when trying to save XSLT file via backend.
Alex
This is definitely a bug.
Looks like they've removed the checkbox you used to be able to flip if you wanted to skip errors on save (depending on how you'd constructed the file you sometimes had to). The code editors got a nice overhaul for Umbraco 7.6, but I also know that no effort was (to be) made for supporting XSLT, going forward.
Still - it's a bug.
/Chriztian
EDIT: I filed an issue: http://issues.umbraco.org/issue/U4-9952
Hi Andrew,
Just wanted to say that you can of course save the file outside of Umbraco, e.g. using FTP if you're on a shared hosting environment, or if you're on Umbraco Cloud you can use Git to transfer the new file.
(Just because I don't think it'll be ranking high in any "must-fix issues" list these days...)
Hope that helps,
/Chriztian
Yes, thanks Chriztian.
Hello,
Umbraco 7.6.3 is out in which the issue should be fixed: https://our.umbraco.org/contribute/releases/763
Jeroen
is working on a reply...