Chatwoot/app
Fayaz Ahmed 193a531e49
feat: Edit automation modal (#3876)
* Add automation modal

* Fix the v-model for automations

* Actions and Condition dropdowns for automations

* Fix merge conflicts

* Handle event change and confirmation

* Appends new action

* Removes actions

* Automation api integration

* Api integration for creating automations

* Registers vuex module to the global store

* Automations table

* Updarted labels and actions

* Integrate automation api

* Fixes the mutation error - removed the data key wrapper

* Fixed the automation condition models to work with respective event types

* Remove temporary fixes added to the api request

* Displa timestamp and automation status values

* Added the clone buton

* Removed uncessary helper method

* Specs for automations

* Handle WIP code

* Remove the payload wrap

* Fix the action query payload

* Removed unnecessary files

* Disabled Automations routes

* Ability to delete automations

* Fix specs

* Edit automation modal

* Edit automation modal and api integration

* Replaced hardcoded values

* Using absolute paths

* Update app/javascript/dashboard/routes/dashboard/settings/automation/EditAutomationRule.vue

Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>

* Update app/javascript/dashboard/routes/dashboard/settings/automation/Index.vue

Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>

* Intendation fix

* Disable automation route

* Minor fix

Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
2022-02-02 19:15:02 +05:30
..
actions chore: Migrate PubSub Token to contact inbox (#3434) 2021-11-22 23:32:17 +05:30
assets feat: Fixes #1940 WCAG support for website widget (#2071) 2021-09-02 12:13:53 +05:30
builders feat: Activestorage direct upload (#3768) 2022-01-27 15:57:22 +05:30
channels chore: Migrate PubSub Token to contact inbox (#3434) 2021-11-22 23:32:17 +05:30
controllers feat: Activestorage direct upload (#3768) 2022-01-27 15:57:22 +05:30
dashboards feat: Unify user and super admin credentials (#3830) 2022-01-25 16:58:49 -08:00
dispatchers feat: Save automation rules (#3359) 2022-01-10 12:41:59 +05:30
drops fix: Add fixes for sentry errors (#3522) 2021-12-09 11:50:28 +05:30
fields fix: SuperAdmin Improvements (#3733) 2022-01-11 19:00:00 -08:00
finders feat: Add a view for mentions (#3505) 2021-12-09 11:20:14 +05:30
helpers chore: Allow more filetypes in uploads (#3557) 2021-12-20 23:50:37 +05:30
javascript feat: Edit automation modal (#3876) 2022-02-02 19:15:02 +05:30
jobs chore: API improvements (#3637) 2021-12-21 22:48:01 +05:30
listeners feat: Add the ability to add new automation rule (#3459) 2022-02-02 18:46:07 +05:30
mailboxes Fix: parse verification mail (#3864) 2022-01-27 15:45:26 -08:00
mailers feat: Save automation rules (#3359) 2022-01-10 12:41:59 +05:30
models fix: Validate avatar only when it has changed (#3849) 2022-01-26 16:01:41 -08:00
policies feat: Clone and update automation rules (#3782) 2022-01-20 15:30:21 -08:00
presenters Fix: parse verification mail (#3864) 2022-01-27 15:45:26 -08:00
services Feat: Custom attribute advanced filter (#3818) 2022-01-31 13:36:44 +05:30
views fix: Fix email template to render the chat bubble properly (#3858) 2022-01-26 17:52:08 -08:00
workers Fix: Add max retries for all jobs (#3582) 2021-12-15 17:31:16 +05:30
test-matchers.js Initial testing with jest (#133) 2019-10-15 00:18:46 +05:30