From 09b397f3b18d12f15976e8cf6f7618d8f90f6b24 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Wed, 27 Jan 2016 20:03:53 +0100 Subject: [PATCH] Fixed remarks from #1898. --- openslides/motions/models.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openslides/motions/models.py b/openslides/motions/models.py index 6ba4c16f6..2e12d34c8 100644 --- a/openslides/motions/models.py +++ b/openslides/motions/models.py @@ -462,7 +462,8 @@ class Motion(RESTModelMixin, models.Model): """ Return a simple title string for the agenda. - Contains only agenda item number and title. + Returns only the motion title so that you have only agenda item number + and title in the agenda. """ return str(self) @@ -470,7 +471,8 @@ class Motion(RESTModelMixin, models.Model): """ Return a title string for the agenda list view. - Contains agenda item number, title and motion identifier. + Returns only the motion title so that you have agenda item number, + title and motion identifier in the agenda. Note: It has to be the same return value like in JavaScript. """ if self.identifier: