diff --git a/CHANGELOG b/CHANGELOG index baaad159b..56605e0b4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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. diff --git a/openslides/assignments/config_variables.py b/openslides/assignments/config_variables.py index ab38087f5..e742293d2 100644 --- a/openslides/assignments/config_variables.py +++ b/openslides/assignments/config_variables.py @@ -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( diff --git a/openslides/assignments/static/js/assignments/site.js b/openslides/assignments/static/js/assignments/site.js index e856b1d10..c69597df2 100644 --- a/openslides/assignments/static/js/assignments/site.js +++ b/openslides/assignments/static/js/assignments/site.js @@ -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