All dashes that are written in the cells are removed on output. For example if I write -19 in a cell and saves the content the value saves correctly but when i try to output the tabular data with razor the -19 outputs 19. The dash is gone.
This is how I output the Tabular Data content with Razor. I named the field in umbraco to table:
OK - I can confirm that this is a bug in 4.7.1.1, and I've managed to get it working by grabbing umbraco.MacroEngines.dll from the latest nightly at http://nightly.umbraco.org/umbraco%204.7.1/4.7.1/
Dashes are removed from cells on output
Hi,
All dashes that are written in the cells are removed on output. For example if I write -19 in a cell and saves the content the value saves correctly but when i try to output the tabular data with razor the -19 outputs 19. The dash is gone.
This is how I output the Tabular Data content with Razor. I named the field in umbraco to table:
Info:
Umbraco version: 4.7.1
IIS version: 7.5
.net version: 4.0.30319.1
Thanks for reporting this - I'll take a look into it.
Mike
Looks like this is a known issue - see http://umbraco.codeplex.com/workitem/30680 - will investigate further.
OK - I can confirm that this is a bug in 4.7.1.1, and I've managed to get it working by grabbing umbraco.MacroEngines.dll from the latest nightly at http://nightly.umbraco.org/umbraco%204.7.1/4.7.1/
Let me know if that works for you.
Cheers,
Mike
is working on a reply...