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

Unified Diff: app/models/handlers.js

Issue 8824044: Handle service life
Patch Set: Handle service life Created 11 years, 11 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 | « [revision details] ('k') | app/models/models.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/models/handlers.js
=== modified file 'app/models/handlers.js'
--- app/models/handlers.js 2013-04-16 12:24:34 +0000
+++ app/models/handlers.js 2013-04-17 10:50:07 +0000
@@ -166,6 +166,7 @@
id: change.Name,
charm: change.CharmURL,
exposed: change.Exposed,
+ life: change.Life,
constraints: change.Constraints || {}
};
db.services.process_delta(action, data);
« no previous file with comments | « [revision details] ('k') | app/models/models.js » ('j') | no next file with comments »

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