]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/view.py
a new setting has been added that allows to choose whether to update the latest activ...
[osqa.git] / forum / settings / view.py
index fa6edf3d62dd3ba91722e81360bb79dd113df780..5ebd228f584e56c5691a00d86e60553a147b4776 100644 (file)
@@ -16,6 +16,10 @@ RECENT_AWARD_SIZE = Setting('RECENT_AWARD_SIZE', 15, VIEW_SET, dict(
 label = _("Recent awards block size"),
 help_text = _("The number of awards to display in the recent awards block in the front page.")))
 
+UPDATE_LATEST_ACTIVITY_ON_TAG_EDIT = Setting('UPDATE_LATEST_ACTIVITY_ON_TAG_EDIT', True, VIEW_SET, dict(
+label = _("Update latest activity on tag edit"), required=False,
+help_text = _("If you check this the latest activity will be updated when editing only the tags of a question.")))
+
 LIMIT_RELATED_TAGS = Setting('LIMIT_RELATED_TAGS', 0, VIEW_SET, dict(
 label = _("Limit related tags block"),
-help_text = _("Limit related tags block size in questions list pages. Set to 0 to display all all tags.")))
\ No newline at end of file
+help_text = _("Limit related tags block size in questions list pages. Set to 0 to display all all tags.")))