You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by he...@apache.org on 2015/10/30 02:07:06 UTC

[26/48] allura git commit: [#7919] Add tool_label to installable_tools rest endpoint

[#7919] Add tool_label to installable_tools rest endpoint


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/8ba0f457
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/8ba0f457
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/8ba0f457

Branch: refs/heads/hs/7919
Commit: 8ba0f457295693d969005f24db86c59740db76dc
Parents: 8c9f2b3
Author: Heith Seewald <hs...@hsmb.local>
Authored: Thu Oct 15 14:59:11 2015 -0400
Committer: Heith Seewald <hs...@hsmb.local>
Committed: Thu Oct 29 20:21:36 2015 -0400

----------------------------------------------------------------------
 Allura/allura/ext/admin/admin_main.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/8ba0f457/Allura/allura/ext/admin/admin_main.py
----------------------------------------------------------------------
diff --git a/Allura/allura/ext/admin/admin_main.py b/Allura/allura/ext/admin/admin_main.py
index 013bf99..3381b83 100644
--- a/Allura/allura/ext/admin/admin_main.py
+++ b/Allura/allura/ext/admin/admin_main.py
@@ -806,6 +806,7 @@ class ProjectAdminRestController(BaseController):
                 'name': tool['name'],
                 'description': " ".join(tool['app'].tool_description.split()),
                 'icons': tool['app'].icons,
+                'tool_label': tool['app'].tool_label,
                 'defaults': {
                     'default_options': tool['app'].default_options(),
                     'default_mount_label': tool['app'].default_mount_label,