iachat/app/javascript/dashboard
Surabhi Suman 4b40c61201
feat: Support Regex validation for custom attributes (#7856)
This allows a user to add/update a custom regex and a cue while defining custom attributes(Only applicable for type- text).
While adding/editing custom attributes, the values are validated against the attribute definition regex, and if it is incorrect, a cue message or default error message is shown and restricts invalid values from being saved.

Fixes: #6866
2024-01-23 18:01:57 +04:00
..
api fix: Retry message not working if the conversation has an external issue (#8529) 2023-12-13 15:46:10 +05:30
assets fix: Backdrop color for insert article modal in dark mode (#8711) 2024-01-16 18:36:43 +05:30
components feat: Support Regex validation for custom attributes (#7856) 2024-01-23 18:01:57 +04:00
constants feat: Advanced conversation sort options (#8532) 2023-12-12 19:59:31 -08:00
helper feat: Support Regex validation for custom attributes (#7856) 2024-01-23 18:01:57 +04:00
i18n feat: Support Regex validation for custom attributes (#7856) 2024-01-23 18:01:57 +04:00
mixins feat: Support Regex validation for custom attributes (#7856) 2024-01-23 18:01:57 +04:00
modules feat: Split dashboard to chunks for build performance (#8394) 2023-11-21 14:51:05 -08:00
routes feat: Support Regex validation for custom attributes (#7856) 2024-01-23 18:01:57 +04:00
store feat: fallback to DB localStorage for idb names (#8682) 2024-01-15 15:08:15 +05:30
App.vue feat: Upgrade prompt for help center (#8010) 2023-10-05 08:34:21 +05:30
App.Vue.spec.js Move src to dashboard (#152) 2019-10-16 14:36:17 +05:30
featureFlags.js feat: remove feature flag checks for message reply to (#8352) 2023-11-15 13:05:58 +05:30