-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: update last called attribute #5614
feat: update last called attribute #5614
Conversation
This component is responsible to display the last_talked_to info
This was necessary to use this translation with Vue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job! Thank you
I just have one question/request, see below
@asbiin, the build action failed while installing the yarn dependencies... Is there anything I can do? |
@samfelgar I've rerun it, that's fine |
🎉 This PR is included in version 3.4.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This pull request has been automatically locked since there |
Fixes: #5541
DISCLAIMER: Although this feature changes some front end files, it doesn't change anything related to style or layout.
This feature creates a component to show the "last called" info and triggers an update whenever a call is added, updated or deleted.
Checklist
Before submitting the PR
General checks
Front-end changes
Backend/models changes