is anyone experiencing troubles with alternative templates. i just updated a 7.3.1 installation to 7.3.5 and since then, my ajax calls to alternative Templates on my content pages are broken an return a 404.
in 7.3.1 my calls to alternative Templates worked this way eg:
Alternative Template broken (7.3.5) - BUG?
Hi,
is anyone experiencing troubles with alternative templates. i just updated a 7.3.1 installation to 7.3.5 and since then, my ajax calls to alternative Templates on my content pages are broken an return a 404.
in 7.3.1 my calls to alternative Templates worked this way eg:
http://mydomain.com/content1/getJsonFormat
now i have to use:
http://mydomain.com/content1?altTemplate=getJsonFormat
which is OK, but breaks upgrading most of our installations, as we often use this features.
thx, Andreas
Hi,
I'm also having same kind of troubles with altTemplate and 7.3.5.
thx, Erik
Try setting this in your umbracoSettings.config:
Not sure if that's the issue, but I do know this setting was introduced recently.
Thank you Nicholas
Checked that and the setting is "false", which should be the correct setting. Also tried adding a host name, no effect.
thx Erik
That is not the issue, this setting is "false" too in my case and doesn't work as expected. not able to access alternative templates the "short" way
seems to me like a bug in >= 7.3.5
andreas
You could create a bug report? http://issues.umbraco.org/
i just submitted an issue U4-7830
Hi Andreas
If you need this working right now perhaps you can use the workaround that Neil Gaietto is suggestion in this issue http://issues.umbraco.org/issue/U4-7787
/Dennis
is working on a reply...