Skip to content

Commit

Permalink
Service attributes in Murano
Browse files Browse the repository at this point in the history
  • Loading branch information
aalonsog committed Apr 26, 2016
1 parent 4d3202e commit cc5cf24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/JSTACK.Murano.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,10 @@ JSTACK.Murano = (function (JS, undefined) {
}
}

for (var a in service.attributes_asArray) {
data[service.attributes_asArray[a].key] = service.attributes_asArray[a].value;
}

onOk = function (result) {
if (callback !== undefined) {
callback(result);
Expand Down

0 comments on commit cc5cf24

Please sign in to comment.