Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Andrew Wilcox 2 posts 83 karma points
    May 25, 2017 @ 19:55
    Andrew Wilcox
    1

    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:

    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)
    
  • Alex Skrypnyk 6131 posts 23950 karma points MVP 7x admin c-trib
    May 25, 2017 @ 21:10
    Alex Skrypnyk
    1

    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.

    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)
    

    Alex

  • Chriztian Steinmeier 2798 posts 8787 karma points MVP 7x admin c-trib
    May 26, 2017 @ 06:31
    Chriztian Steinmeier
    1

    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

  • Chriztian Steinmeier 2798 posts 8787 karma points MVP 7x admin c-trib
    May 29, 2017 @ 09:33
    Chriztian Steinmeier
    0

    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

  • Andrew Wilcox 2 posts 83 karma points
    May 29, 2017 @ 12:05
    Andrew Wilcox
    0

    Yes, thanks Chriztian.

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Jun 02, 2017 @ 07:29
    Jeroen Breuer
    100

    Hello,

    Umbraco 7.6.3 is out in which the issue should be fixed: https://our.umbraco.org/contribute/releases/763

    Jeroen

Please Sign in or register to post replies

Write your reply to:

Draft