Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(9)

Unified Diff: app/store/env/python.js

Issue 14033043: Fix settings emptied out on save.
Patch Set: Fix settings emptied out on save. Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « app/store/env/go.js ('k') | app/views/ghost-inspector.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/store/env/python.js
=== modified file 'app/store/env/python.js'
--- app/store/env/python.js 2013-09-03 09:43:55 +0000
+++ app/store/env/python.js 2013-09-27 13:50:53 +0000
@@ -410,7 +410,7 @@
(!Y.Lang.isValue(config) && !Y.Lang.isValue(data))) {
throw 'Exactly one of config and data must be provided';
}
- config = utils.removeUnchangedConfigOptions(config, serviceConfig);
+ config = utils.getChangedConfigOptions(config, serviceConfig);
this._send_rpc({
op: 'set_config',
« no previous file with comments | « app/store/env/go.js ('k') | app/views/ghost-inspector.js » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b