-
-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
final work for public rest api #657
Comments
Note: for request context utils removal: Wherever it's used, we should always do: -> ticket locale (if present) This rule can be applied for:
Others:
Additionally, review all use of: Locale.forLanguageTag edit: add a check constraint for language to be set at reservation and ticket level if the email field is present. Note: add value if null in script! Will be done later. Implement: LocaleUtil.forLanguageTag(String, Event) |
…cale.forLanguageTag to our null safe helper #657
* #657 initial stubs for code-url feature * #657 add redirect from old url to api handler * port old event code handling code #657 * refactor: move createticketreservation in a separate method #657 * refactor: remove unused payment callback controller #657 * misc refactor: use try with resource * misc cleanup: remove unused code * #657 remove unused code * #657 refactor createTicketReservation * #657 fallback locale * enable partially the {code} functionality #657 * for {code} functionality: enable the case: restricted category+url code: disabled call to TicketReservationManager.renewSpecialPrice in flow #657 * disable tests #657 * add integration test for {code} for hidden category #657 * integration test: special price repository: check count #657 * handle #671 * refactor: remove specialPriceSessionId parameter #657 * refactor: remove specialPriceSessionId parameter #657 * refactor: remove specialPriceSessionId parameter+misc conf manager #657 * remove use of special price session id in admin reservation manager #657 * add test for reservation for hidden category #657 * remove last piece of sessionId in special price #657 * refactor: switch from Integer to int for param #657 * select for update skip locked for special price #657 * return binding result #657 * {code} flow: add query string for errors #657 * {code} flow: add query string for errors #657 * update frontend #657 * update frontend #657
can be considered done. If others issues will pop up, they will be handled in a separate issue. |
This issue will track the last items that need to be done for the public rest api integration.
ControllerExceptionHandler return a structured json result ?will be considered in another release if necessaryThe text was updated successfully, but these errors were encountered: