mirror of
https://github.com/discourse/discourse-solved.git
synced 2026-09-16 14:42:13 -04:00
* FEATURE: change status on unsolve & fix assign changes When a topic is unsolved, it should have an option, defined in the settings, to change its status to that state. Fix assign changes when a topic was solved, previously it was changing the assignee. * DEV: Change names in tests and remove comments * DEV: Update change status on solve implementation Update tests to verify that the change status on solve feature is working as expected. Change the implementation to loop throught the topic assignments and update the status. * DEV: address review feedback
59 lines
1.3 KiB
YAML
59 lines
1.3 KiB
YAML
discourse_solved:
|
|
solved_enabled:
|
|
default: true
|
|
client: true
|
|
allow_solved_on_all_topics:
|
|
default: false
|
|
client: true
|
|
accept_all_solutions_trust_level:
|
|
default: 4
|
|
client: true
|
|
enum: "TrustLevelSetting"
|
|
hidden: true
|
|
accept_all_solutions_allowed_groups:
|
|
default: "14" # auto group trust_level_4
|
|
type: group_list
|
|
client: false
|
|
allow_any: false
|
|
refresh: true
|
|
validator: "AtLeastOneGroupValidator"
|
|
empty_box_on_unsolved:
|
|
default: false
|
|
client: true
|
|
solved_quote_length:
|
|
default: 300
|
|
client: false
|
|
solved_topics_auto_close_hours:
|
|
default: 0
|
|
min: 0
|
|
max: 175200 # 20 years
|
|
show_filter_by_solved_status:
|
|
default: false
|
|
client: true
|
|
notify_on_staff_accept_solved:
|
|
default: false
|
|
ignore_solved_topics_in_assigned_reminder:
|
|
default: false
|
|
assignment_status_on_solve:
|
|
type: string
|
|
default: ""
|
|
assignment_status_on_unsolve:
|
|
type: string
|
|
default: ""
|
|
disable_solved_education_message:
|
|
default: false
|
|
accept_solutions_topic_author:
|
|
default: true
|
|
solved_add_schema_markup:
|
|
type: enum
|
|
default: "always"
|
|
choices:
|
|
- "never"
|
|
- "always"
|
|
- "answered only"
|
|
prioritize_solved_topics_in_search: false
|
|
enable_solved_tags:
|
|
type: tag_list
|
|
default: ""
|
|
|