fuzzed icon indicating copy to clipboard operation
fuzzed copied to clipboard

Do not work with wrapped property values in API calls

Open cwerling opened this issue 10 years ago • 0 comments

For node / edge / group properties, the JS client code currently generates / expects the value wrapped in a separate dictionary with only one key. There is no visible advantage of that approach, and it demands some nasty workarounds in the fronted Tastypie code. The proposal is to just send / receive JSON values as property value.

cwerling avatar Sep 19 '14 12:09 cwerling