-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
dev/core#4940 Switch variables for tokens in contribution invoice template #29119
Merged
eileenmcnaughton
merged 3 commits into
civicrm:master
from
eileenmcnaughton:invoice_tokens
Feb 29, 2024
Merged
dev/core#4940 Switch variables for tokens in contribution invoice template #29119
eileenmcnaughton
merged 3 commits into
civicrm:master
from
eileenmcnaughton:invoice_tokens
Feb 29, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🤖 Thank you for contributing to CiviCRM! ❤️ We will need to test and review this PR. 👷 Introduction for new contributors...
Quick links for reviewers...
|
eileenmcnaughton
force-pushed
the
invoice_tokens
branch
from
January 28, 2024 02:59
8a19b93
to
040c632
Compare
eileenmcnaughton
force-pushed
the
invoice_tokens
branch
from
February 5, 2024 02:37
040c632
to
97ab4a2
Compare
eileenmcnaughton
changed the title
Switch contribution variable for tokens in contribution invoice template
dev/core#4940 Switch variables for tokens in contribution invoice template
Feb 5, 2024
eileenmcnaughton
force-pushed
the
invoice_tokens
branch
from
February 6, 2024 06:22
97ab4a2
to
9567f34
Compare
@civicrm-builder retest this please |
I tested all the modified variables and it's all good. |
@mmyriam thank you very much - I know these things can be hard to test! |
unrelated fail |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
Switch contribution variable for tokens in contribution invoice template
Before
Variables tied to the form layer
After
Caller independent tokens used for most contribution variables
No change to output
but as we migrate away from our form dependency over time we can send these direct from SearchKit - this extension adds as an action https://github.com/eileenmcnaughton/send_message_action - although it has mostly been used for testing so far (hmm & it turns out that one day after I let Jack blow away my old laptop the main Form file was not committed to the repo)
Technical Details
A couple are left out
I also found the address_billing tokens are not working as they should - am investigating them for a separate fix
Comments