Hello everyone.
I’m over here reporting a bug.
The error occurs when you try to change some property in Servoy Navigation Configuration screen, at the property tab.
This error occurs because the variable propertyRecord is filled incorrectly in the method SetPropertyValue in svyProperties.js.
One possible solution, and that has worked, is to add the following lines:
I have the impression that something is wrong in your data. Have you run the conversion method for the properties? This
if (utils.hasRecords(propertyValueRecord.svy_property_values_to_svy_properties))
should be true for a system property (meaning that the value finds its parent property). So I think that somehow the data is messed up. If this is not a production server, you could remove all data from svy_property_values, relogin and try again.