Skip to content

Commit

Permalink
Fix invalid paths in promote.tpl.json
Browse files Browse the repository at this point in the history
Merge remote-tracking branch 'origin/pr/28'

* origin/pr/28:
  modAccessNamespace was missing from a couple of spots in promote template
  • Loading branch information
opengeek committed Jan 19, 2016
2 parents 6335765 + d4103d9 commit e615ae7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### Teleport 1.4.1 (TBD)

* Add missing modAccessNamespace to promote.tpl.json
* Fix invalid paths in promote.tpl.json

### Teleport 1.4.0 (2016-01-17)
Expand Down
2 changes: 2 additions & 0 deletions tpl/promote.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"modAccessContext",
"modAccessElement",
"modAccessMenu",
"modAccessNamespace",
"modAccessPermission",
"modAccessPolicy",
"modAccessPolicyTemplate",
Expand Down Expand Up @@ -1025,6 +1026,7 @@
"modAccessContext",
"modAccessElement",
"modAccessMenu",
"modAccessNamespace",
"modAccessPermission",
"modAccessPolicy",
"modAccessPolicyTemplate",
Expand Down

0 comments on commit e615ae7

Please sign in to comment.