Merge pull request #2230 from emanuelschuetze/remove-assignment-config

Remove unused assignment config to publish winner results only.
This commit is contained in:
Norman Jäckel 2016-08-03 15:58:35 +02:00 committed by GitHub
commit e688a345c0
3 changed files with 3 additions and 12 deletions

View File

@ -19,6 +19,9 @@ Motions:
- Added origin field.
- Added button to number all motions in a category.
Assignments:
- Remove unused assignment config to publish winner election results only.
Users:
- Added field is_committee and new default group Committees.

View File

@ -59,16 +59,6 @@ def get_config_variables():
subgroup='Ballot and ballot papers',
validators=(MinValueValidator(1),))
yield ConfigVariable(
name='assignments_publish_winner_results_only',
default_value=False,
input_type='boolean',
label='Publish election result for elected candidates only '
'(projector view)',
weight=450,
group='Elections',
subgroup='Ballot and ballot papers')
# PDF
yield ConfigVariable(

View File

@ -746,8 +746,6 @@ angular.module('OpenSlidesApp.assignments.site', ['OpenSlidesApp.assignments'])
gettext('Number of all participants');
gettext('Use the following custom number');
gettext('Custom number of ballot papers');
gettext('Publish election result for elected candidates only (' +
'projector view)');
gettext('Title for PDF document (all elections)');
gettext('Preamble text for PDF document (all elections)');
//other translations