mirror of
https://github.com/myvesta/vesta
synced 2025-07-16 10:03:23 -07:00
Javascript update set
This commit is contained in:
parent
0b9711d7c9
commit
257423147e
9 changed files with 94 additions and 48 deletions
|
@ -69,7 +69,7 @@ App.Model.add = function(values, source_json)
|
|||
spell: $.toJSON(values)
|
||||
}, function(reply){
|
||||
if(!reply.result) {
|
||||
App.Helpers.Warn('Changes were not applied');
|
||||
App.Helpers.Warn('Changes were not applied ' + App.Helpers.toJSON(reply.errors) );
|
||||
}
|
||||
else {
|
||||
/*var build_method = App.Env.getWorldName() + '_entry';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue