Chatwoot/app/javascript/dashboard/i18n/locale/en
Fayaz Ahmed 9eb861a3b7
feat: Custom attributes in automations and refactor (#4548)
* Custom attributes

* Custom Attrs Manifest

* Fix dropdown values for custom attributes

* Handle edit mode for custom attributes

* Ported duplicate logic to a mixin

* fix Code climate issue

* Fix Codeclimate complexity warning

* Bug fix - Custom attributes getting duplicated

* Bug fixes and Code Climate issue fix

* Code Climate Issues Breakdown

* Fix test spec

* Add labels for Custom attributes in dropdown

* Refactor

* Refactor Automion mixin

* Refactor Mixin

* Refactor getOperator

* Fix getOperatorType

* File name method refactor

* Refactor appendNewCondition

* spec update

* Refactor methods

* Mixin Spec update

* Automation Mixins Test Specs

* Mixin Spec Rerun

* Automation validations mixin spec

* Automation helper test spec

* Send custom_attr key

* Fix spec fixtures

* fix: Changes for custom attribute type and lower case search

* fix: Specs

* fix: Specs

* fix: Ruby version change

* fix: Ruby version change

* Removes Lowercased values and fix label value in api payload

* Fix specs

* Fixed Query Spec

* Removed disabled labels if no attributes are present

* Code Climate Fixes

* fix: custom attribute with indifferent access

* fix: custom attribute with indifferent access

* Fix specs

* Minor label fix

* REtrigger circle ci build

* Update app/javascript/shared/mixins/specs/automationMixin.spec.js

* Update app/javascript/shared/mixins/specs/automationMixin.spec.js

* fix: Custom attribute case insensitivity search

* Add missing reset action method to input

* Set team_input to single select instead of multiple

* fix: remove value case check for date,boolean and number data type

* fix: cognitive complexity

* fix: cognitive complexity

* fix: Fixed activity message for automation system

* fix: Fixed activity message for automation system

* fix: Fixed activity message for automation system

* fix: codeclimate

* fix: codeclimate

* fix: action cable events for label update

* fix: codeclimate, conversation modela number of methods

* fix: codeclimate, conversation modela number of methods

* fix: codeclimate, conversation modela number of methods

* fix: codeclimate, conversation modela number of methods

* Fix margin bottom for attachment button

* Remove margin bottom to avoid conflict from macros

* Fix automation action query generator using the right key

* fix: not running message created event for activity message

* fix: not running message created event for activity message

* codeclimate fix

* codeclimate fix

* codeclimate fix

* Update app/javascript/dashboard/mixins/automations/methodsMixin.js

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>

* Update app/javascript/shared/mixins/specs/automationHelper.spec.js

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>

* Update app/javascript/dashboard/helper/automationHelper.js

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>

* Update app/javascript/dashboard/mixins/automations/methodsMixin.js

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
Co-authored-by: Tejaswini <tejaswini@chatwoot.com>
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: Sojan Jose <sojan@pepalo.com>
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
2022-11-10 10:53:29 +05:30
..
advancedFilters.json feat: Added support for Created At, Last Activity At filters in the UI (#4031) 2022-03-14 20:24:53 +05:30
agentBots.json chore: Add router views for agent_bots (#5600) 2022-10-11 17:58:52 -07:00
agentMgmt.json feat: Update agent and team multi-select with new multi-select dropdown (#2516) 2021-07-29 17:44:37 +05:30
attributesMgmt.json feat: Add support for List and Checkbox in Custom Attributes (#3439) 2021-11-24 09:00:55 +05:30
automation.json feat: Custom attributes in automations and refactor (#4548) 2022-11-10 10:53:29 +05:30
bulkActions.json fix: Added "None" option in bulk actions assignment menu (#5585) 2022-10-11 13:44:35 -07:00
campaign.json fix: Trigger campaigns only during business hours (#3085) 2021-10-12 17:58:33 +05:30
cannedMgmt.json fix: Update shortcode -> short code (#3708) 2022-01-11 15:20:52 -08:00
chatlist.json fix: Remove translated keys from locale files (#4748) 2022-05-25 17:06:31 +05:30
contact.json feat: Display identifier in the contacts info panel (#5318) 2022-09-01 17:12:47 +05:30
contactFilters.json chore: Add key for referrer link (#5021) 2022-07-12 09:46:39 +02:00
conversation.json feat: Add the ability for the agents to execute a macro (#5698) 2022-10-24 20:33:59 -07:00
csatMgmt.json feat: Add customer satisfaction component (#2456) 2021-06-22 13:01:19 +05:30
generalSettings.json feat: Custom attributes in automations and refactor (#4548) 2022-11-10 10:53:29 +05:30
helpCenter.json feat: Adds URL validation for domain and home page links (#5761) 2022-10-28 06:21:38 +05:30
inboxMgmt.json chore: Generate webhook-verify-token automatically (#5593) 2022-10-11 17:32:31 -07:00
index.js feat: Add macros routes and views (#5604) 2022-10-11 23:20:20 -07:00
integrationApps.json feat: Add Integration hooks UI (#2301) 2021-06-06 16:59:05 +05:30
integrations.json feat: Add the ability to create dashboard apps from the UI (#4924) 2022-07-08 15:55:32 +07:00
labelsMgmt.json chore: Add validation error for label create/edit modal (#2381) 2021-06-09 13:57:42 +05:30
login.json Chore: UI fixes and enhancements (#796) 2020-05-02 09:47:36 +05:30
macros.json feat: Add the ability for the agents to execute a macro (#5698) 2022-10-24 20:33:59 -07:00
report.json fix: Add a fix for minor UI / a11y issues (#4905) 2022-06-24 23:12:53 +05:30
resetPassword.json Move src to dashboard (#152) 2019-10-16 14:36:17 +05:30
setNewPassword.json fix: Reset Captcha if account signup is an error (#4279) 2022-03-31 21:20:37 +05:30
settings.json feat: Adds component to show location based messages (#5809) 2022-11-07 20:50:07 -08:00
signup.json feat: Add missing password validation at signup (#4441) 2022-04-12 11:08:12 +05:30
teamsSettings.json chore: Fix typo in en localisation file (#4405) 2022-04-06 20:21:19 +05:30
webhooks.json Feature: As a admin, I should be able to add webhooks to account (#572) 2020-02-29 17:43:49 +05:30
whatsappTemplates.json feat: Add support for Whatsapp template messages in the UI (#4711) 2022-06-07 17:33:33 +05:30