mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-25 21:09:04 +08:00
### Summary - Converts conversation auto-resolution duration from days to minutes for more granular control - Updates validation to allow values from 10 minutes (minimum) to 999 days (maximum) - Implements smart messaging to show appropriate time units in activity messages ### Changes - Created migration to convert existing durations from days to minutes (x1440) - Updated conversation resolver to use minutes instead of days - Added dynamic translation key selection based on duration value - Updated related specs and documentation - Added support for displaying durations in days, hours, or minutes based on value ### Test plan - Verify account validation accepts new minute-based ranges - Confirm existing account settings are correctly migrated - Test auto-resolution works properly with minute values - Ensure proper time unit display in activity messages --------- Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| .keep | ||
| access_tokenable.rb | ||
| account_cache_revalidator.rb | ||
| activity_message_handler.rb | ||
| assignment_handler.rb | ||
| auto_assignment_handler.rb | ||
| availability_statusable.rb | ||
| avatarable.rb | ||
| cache_keys.rb | ||
| channelable.rb | ||
| content_attribute_validator.rb | ||
| conversation_mute_helpers.rb | ||
| featurable.rb | ||
| json_schema_validator.rb | ||
| label_activity_message_handler.rb | ||
| labelable.rb | ||
| liquidable.rb | ||
| llm_formattable.rb | ||
| message_filter_helpers.rb | ||
| out_of_offisable.rb | ||
| priority_activity_message_handler.rb | ||
| pubsubable.rb | ||
| push_data_helper.rb | ||
| reauthorizable.rb | ||
| reportable.rb | ||
| sla_activity_message_handler.rb | ||
| sort_handler.rb | ||
| sso_authenticatable.rb | ||
| team_activity_message_handler.rb | ||
| user_attribute_helpers.rb | ||