Hi guys,
I have a template running on 9.15 that read some parameters of the NavigationTreeViewModel.
The code looks like this in 9.14 (and it works):
In 9.15, the same code returns an error and I had to change it to this:
When I check the Model, I get this output for Parameters:
"Layout": "linksOnly",
"LinkFontSize": "fs-6",
"mx-n3": "mx-n3",
"navOrientation": "flex-row",
"LinkFontWeight": "fw-normal",
"navAlignment": "justify-content-start text-start",
"LinkCasing": "",
"theme": " theme no-theme",
"ShowOnlyFirstNavLevel": false
}
It looks like 9.14.0 was not case sensitive while 9.15.7 is case sensitive.
This means that any code I have in 9.14 will fail when upgrading
Am I missing something here? Could there be a hosting issue?
Thank you,
Adrian