iachat/app/javascript/dashboard/routes/dashboard/settings/attributes
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
..
AddAttribute.vue feat: Support Regex validation for custom attributes (#7856) 2024-01-23 18:01:57 +04:00
attributes.routes.js feat: Split dashboard to chunks for build performance (#8394) 2023-11-21 14:51:05 -08:00
constants.js feat: Add support for List and Checkbox in Custom Attributes (#3439) 2021-11-24 09:00:55 +05:30
CustomAttribute.vue feat: Update dependencies and fix import syntax for Vite migration (#7959) 2023-09-21 17:55:54 +05:30
EditAttribute.vue feat: Support Regex validation for custom attributes (#7856) 2024-01-23 18:01:57 +04:00
Index.vue feat: Update dependencies and fix import syntax for Vite migration (#7959) 2023-09-21 17:55:54 +05:30