From 71dd30fa758e25efbafa8ebcfff84bf639a456b4 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Tue, 22 Sep 2015 10:21:49 +0200 Subject: [PATCH] Short summary for the project node --- pillar/manage.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pillar/manage.py b/pillar/manage.py index 25159922..1fddae6a 100644 --- a/pillar/manage.py +++ b/pillar/manage.py @@ -540,6 +540,11 @@ def populate_node_types(old_ids={}): 'embeddable': True }, }, + # Short summary for the project + 'summary': { + 'type': 'string', + 'maxlength': 128 + } }, 'form_schema': { 'is_private': {}, @@ -549,6 +554,7 @@ def populate_node_types(old_ids={}): 'organization': {}, 'picture_square': {}, 'picture_header': {}, + 'summary': {}, 'owners': { 'schema': { 'users':{