Remove unused assignment config to publish winner results only. (Fixes #2145)
This commit is contained in:
parent
b96d7d0514
commit
8d52d4a1c6
@ -18,6 +18,9 @@ Core:
|
|||||||
Motions:
|
Motions:
|
||||||
- Added origin field.
|
- Added origin field.
|
||||||
|
|
||||||
|
Assignments:
|
||||||
|
- Remove unused assignment config to publish winner election results only.
|
||||||
|
|
||||||
Users:
|
Users:
|
||||||
- Added field is_committee and new default group Committees.
|
- Added field is_committee and new default group Committees.
|
||||||
|
|
||||||
|
@ -59,16 +59,6 @@ def get_config_variables():
|
|||||||
subgroup='Ballot and ballot papers',
|
subgroup='Ballot and ballot papers',
|
||||||
validators=(MinValueValidator(1),))
|
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
|
# PDF
|
||||||
|
|
||||||
yield ConfigVariable(
|
yield ConfigVariable(
|
||||||
|
@ -710,8 +710,6 @@ angular.module('OpenSlidesApp.assignments.site', ['OpenSlidesApp.assignments'])
|
|||||||
gettext('Number of all participants');
|
gettext('Number of all participants');
|
||||||
gettext('Use the following custom number');
|
gettext('Use the following custom number');
|
||||||
gettext('Custom number of ballot papers');
|
gettext('Custom number of ballot papers');
|
||||||
gettext('Publish election result for elected candidates only (' +
|
|
||||||
'projector view)');
|
|
||||||
gettext('Title for PDF document (all elections)');
|
gettext('Title for PDF document (all elections)');
|
||||||
gettext('Preamble text for PDF document (all elections)');
|
gettext('Preamble text for PDF document (all elections)');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user