pure4Sk

Results 1 issues of pure4Sk

Is it possible to edit user fields via jDrupal? I am working with Cordova and this doesnt seems to work: ``` jDrupal.userLoad(1).then(function(user) { alert("value "+user.entity.field_test[0].value); user.entity.field_test[0].value="987654"; user.save().then(function() { console.log('Saved ');...