Copied to clipboard

Flag this post as spam?

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


  • Anders 2 posts 72 karma points
    Aug 15, 2016 @ 13:07
    Anders
    0

    SaveLanguageAndDomains returns JSON with lowercase members

    Hello,

    When doing anything in the "Culture and Hostnames" dialog, the action completes with an error in the front-end.

    I've tracked it down to AssignDomain2.js assuming a json.Domains member which fails because the actual JSON returned is json.domains (lowercase).

    Is this due to a faulty update, or am I doing it wrong?

    Thanks in advance!

    Umbraco version 7.4.3 assembly: 1.0.5948.18141 (updated)

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Aug 15, 2016 @ 18:20
  • Anders 2 posts 72 karma points
    Aug 26, 2016 @ 09:51
    Anders
    0

    Hi Sebastiaan,

    I went over my upgrade process thoroughly and couldn't find anything.

    Finally I found a globally applied custom JSON formatter in /App_Start/WebApiConfig.cs and an override to JsonConvert.DefaultSettings in Global.asax.cs.

    Problem solved :)

Please Sign in or register to post replies

Write your reply to:

Draft