-
Notifications
You must be signed in to change notification settings - Fork 510
Add receipt generation #5123
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
Merged
Merged
Add receipt generation #5123
Conversation
This file contains hidden or 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
ThiefMaster
reviewed
Oct 12, 2021
indico/migrations/versions/20211001_1530_252d61f890a0_add_receipt_data_structures.py
Outdated
Show resolved
Hide resolved
75c1791 to
6003304
Compare
ThiefMaster
reviewed
Oct 14, 2021
| 'not exist in the `error_messages` dictionary.' | ||
| ).format(class_name=class_name, key=key) | ||
| raise AssertionError(message) from error | ||
| if isinstance(msg, (str, bytes, _LazyString)): |
Member
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.
I wonder if marshmallow would accept a PR that duck-types this instead of using a type check...
Member
Author
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.
Yeah, that might be an option.
indico/modules/events/receipts/client/js/templates/TemplatePane.jsx
Outdated
Show resolved
Hide resolved
indico/modules/events/receipts/client/js/templates/TemplateManagement.jsx
Outdated
Show resolved
Hide resolved
indico/modules/events/receipts/client/js/templates/TemplateListPane.jsx
Outdated
Show resolved
Hide resolved
6003304 to
6dc941e
Compare
8bedb3a to
929e845
Compare
929e845 to
0566b78
Compare
0566b78 to
f862a97
Compare
df54e8d to
4f37be0
Compare
4f37be0 to
91aa53a
Compare
2e6e592 to
84d7c4f
Compare
ThiefMaster
reviewed
Aug 24, 2023
84d7c4f to
dd37e5c
Compare
dd37e5c to
18d40eb
Compare
That way comments, yaml multiline strings etc. are preserved instead of converted back from JSON to YAML
20054ea to
317e5ab
Compare
Also fix improper routing usage that caused full remounts instead of just updating the existing component
- shorten message duration - fix another stuck qtip
ThiefMaster
approved these changes
Nov 30, 2023
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.
No description provided.