Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/node/routes.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar_network/node/routes.py')
-rw-r--r--sugar_network/node/routes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar_network/node/routes.py b/sugar_network/node/routes.py
index dece569..7393684 100644
--- a/sugar_network/node/routes.py
+++ b/sugar_network/node/routes.py
@@ -438,7 +438,7 @@ def generate_node_stats(volume, path):
('user', []),
('context', []),
('implementation', ['context']),
- ('artifact', ['context']),
+ ('artifact', ['context', 'type']),
('feedback', ['context']),
('solution', ['context', 'feedback']),
('review', ['context', 'artifact', 'rating']),