]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/minrep.py
OSQA-497, adding a new settings that allows to specify whether the permissions to...
[osqa.git] / forum / settings / minrep.py
index 820682345ace7bef79d8bd2e579807ebf52aec3b..1c9e17d34d697b2094a2c801df5ec103902306b1 100644 (file)
@@ -39,6 +39,11 @@ REP_TO_CLOSE_OWN = Setting('REP_TO_CLOSE_OWN', 250, MIN_REP_SET, dict(
 label = _("Minimum reputation to close own question"),\r
 help_text = _("The minimum reputation an user must have to be allowed to close his own question.")))\r
 \r
+UNIFY_PERMISSIONS_TO_CLOSE_AND_REOPEN = Setting('UNIFY_PERMISSIONS_TO_CLOSE_AND_REOPEN', True, MIN_REP_SET, dict(\r
+label = _("Unify close and reopen permissions"),\r
+help_text = _("If checked the same permissions as the ones to close question will be required to reopen it."),\r
+required=False))\r
+\r
 REP_TO_REOPEN_OWN = Setting('REP_TO_REOPEN_OWN', 500, MIN_REP_SET, dict(\r
 label = _("Minimum reputation to reopen own question"),\r
 help_text = _("The minimum reputation an user must have to be allowed to reopen his own question.")))\r