We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 '); }); console.log('Loaded : ' + user.getAccountName()); });
User would be logged in.
The text was updated successfully, but these errors were encountered:
Could you provide some more information? What exactly is not working, is is not saving? What's the error that is returned? Is it HTTP or JS?
Also, take a look at this thread: signalpoint/angular-drupal#31
Sorry, something went wrong.
No branches or pull requests
Is it possible to edit user fields via jDrupal? I am working with Cordova and this doesnt seems to work:
User would be logged in.
The text was updated successfully, but these errors were encountered: