iachat/app/javascript/dashboard
Sivin Varghese eb6a343810
fix: Enable edit option for custom attributes if value is present (#9543)
# Pull Request Template

## Description

This PR will enable a back edit option for custom attributes if there is
the value present, which is removed by this
[PR](https://github.com/chatwoot/chatwoot/pull/9070/files#diff-fe9b82bbef1da31faa513332ed6015c0ed23765a6368832137a5408547da8938R172)

Fixes
https://linear.app/chatwoot/issue/CW-3345/edit-attribute-does-not-work-anymore

## Type of change

- [x] Bug fix (non-breaking change which fixes an issue)

## How Has This Been Tested?

**Screenrecordings**

**Before**



https://github.com/chatwoot/chatwoot/assets/64252451/ab89e087-d919-404d-90a9-17982b425dc3



**After**


https://github.com/chatwoot/chatwoot/assets/64252451/98d8b0b2-2f8f-46ec-ace5-b3e2a721623e



## Checklist:

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [ ] I have commented on my code, particularly in hard-to-understand
areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream
modules
2024-05-28 12:05:34 +05:30
..
api feat: Add title while linking the linear issue (#9529) 2024-05-23 13:32:41 +05:30
assets chore: Remove word spacing from p (#9353) 2024-05-06 18:27:56 -07:00
components fix: Enable edit option for custom attributes if value is present (#9543) 2024-05-28 12:05:34 +05:30
composables feat: setup composables for vue 2.7 (#9305) 2024-04-29 17:00:49 +05:30
constants feat: Better SLA missed events popover (#9215) 2024-04-10 12:49:38 +05:30
helper fix: Right click Snooze is not working (#9498) 2024-05-22 13:03:49 +05:30
i18n fix(typo): Update bulkActions.json (#9540) 2024-05-24 08:51:36 -07:00
mixins fix: Cannot read properties of undefined (reading 'toLowerCase') (#9511) 2024-05-23 12:08:04 +05:30
modules feat: Remove the usage of clickAway mixin with directive (#9323) 2024-04-30 10:35:14 +05:30
routes feat: new re-authorization flow for Microsoft (#9510) 2024-05-23 16:03:40 +05:30
store feat: Add APIs for linear integration (#9346) 2024-05-22 13:37:58 +05:30
App.vue chore: Hide banners on onboarding view (#8934) 2024-02-20 16:12:51 -08:00
App.Vue.spec.js Move src to dashboard (#152) 2019-10-16 14:36:17 +05:30
featureFlags.js feat: Linear front end (#9491) 2024-05-23 11:58:24 +05:30