Skip to content

Commit

Permalink
#123 a reminder for me to fix up the custom endpoint wizard/propertie…
Browse files Browse the repository at this point in the history
…s...
  • Loading branch information
jstrachan committed Jun 7, 2013
1 parent 6287c68 commit e21c54d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hawtio-web/src/main/webapp/app/wiki/js/camelCanvas.ts
Expand Up @@ -143,6 +143,8 @@ module Wiki {
var node = doc.createElement(key);
parentFolder = treeNode;
var addedNode = Camel.addRouteChild(parentFolder, node);
// TODO add the schema here for an element??
// or default the data or something
if (key === "route") {
// lets generate a new routeId and switch to it
var count = $scope.routeIds.length;
Expand Down

0 comments on commit e21c54d

Please sign in to comment.