Recursive macro parameter outputs [$xxx] if empty.
Hi,
I am playing arounf a bit with razor in 4.7rc i have a razaro macro expecting a string. It works fine with [#xxx] both if it is empty or not, it will get "a value" or "", but if I use [$xxx] it works as long as it founds a value, else it outputs the string "[$xxx]".
I see this both in page source and if a debug the macro.
Recursive macro parameter outputs [$xxx] if empty.
Hi,
I am playing arounf a bit with razor in 4.7rc i have a razaro macro expecting a string.
It works fine with [#xxx] both if it is empty or not, it will get "a value" or "", but if I use [$xxx] it works as long as it founds a value, else it outputs the string "[$xxx]".
I see this both in page source and if a debug the macro.
Any ideas, is it a bug?
/Jonathan
More info, this is not only in Razor, seems to be in all types of macros.
This happens in 4.7rc
I have reported it on codeplex: http://umbraco.codeplex.com/workitem/30125
is working on a reply...