PropertyCross
PropertyCross copied to clipboard
Most examples are broken due to API change
The search API request to Nestoria (as described here) does not return a guid identifier for properties anymore. Therefore the favorite feature is mostly broken on every platform implementation that uses the guid for referencing properties.
I already sent an email to Nestoria support this week, asking if that is a bug or on purpose. Just wanted to let you know, that this might be an issue in the future.
Here is a rough overview of projects using the guid field: https://github.com/tastejs/PropertyCross/search?utf8=✓&q=guid
Yikes - that's not good. Thanks for letting me know!
That might be misleading. E.g. Codename One appears in the list but the code specifically tests for a null GUID and uses a fallback.
Sure, this is only a code search for the guid key. My purpose was not to ask for changes in code but to highlight the issue. As this project is about comparing frameworks and best practices, I'm not asking for adding workarounds to projects but trying to get the API fixed.