OpenSlides/openslides/motion
René Köcher 36f83808fd Implement #419: Add group column for motion csv import
The motion import now features an additional column to indicate that the import should be created by an existing group.
If the column is missing it is considered as 'off' and first / last name are used as always.
If the column exists and contains 'y','yes','j','ja','true', '1' or 1 first name will be ignored and last name will be interpreted as a group name.
If the group exists and can act as a person the motion will be imported and assigned to this group.

Signed-off-by: René Köcher <shirk@bitspin.org>
2012-11-21 23:38:25 +01:00
..
templates Implement #419: Add group column for motion csv import 2012-11-21 23:38:25 +01:00
__init__.py rename application to motion 2012-10-24 11:07:36 +02:00
forms.py Fix missing translations (#415) 2012-11-07 00:12:15 +01:00
models.py Implement #419: Add group column for motion csv import 2012-11-21 23:38:25 +01:00
tests.py rename application to motion 2012-10-24 11:07:36 +02:00
urls.py Remove redundant keyword for the SupportView class 2012-10-25 10:25:59 +02:00
views.py Implement #419: Add group column for motion csv import 2012-11-21 23:38:25 +01:00