Skip to content
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

fix: #3086 copy transactions to clipboard from modal #3102

Merged
merged 4 commits into from May 6, 2023

Conversation

togrady01
Copy link
Contributor

@togrady01 togrady01 commented Apr 27, 2023

GitHub Issue (if applicable): #3086

Explanation of Bugfix/Feature/Modification:
The copy transactions to clipboard buttons were no longer appearing on the activity transaction modals on the budget or reports routes. I wasn't able to resolve this issue without changing the method that the feature is invoked and added to the modals. One of the modals was inaccessible via an ember hook, therefore I changed to utilizing the observe function to invoke the addition of the button. I rewrote the entirety of this function in TS, as well as changed the method to copy to clipboard to a method that is not deprecated.

@joshmadewell joshmadewell merged commit 670132b into toolkit-for-ynab:main May 6, 2023
1 of 2 checks passed
HelloThisIsFlo pushed a commit to HelloThisIsFlo/toolkit-for-ynab that referenced this pull request Jun 13, 2023
…oolkit-for-ynab#3102)

Co-authored-by: Josh Madewell <joshmadewell@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants