Felix Rindt
Felix Rindt
Possible filter criteria for the tool: * Payment method * due before (and due after?) * Contains Product * Subevent (for events with subevents) Here's what I'm not sure about...
@raphaelm Do you have some thoughts on this?
order confirmation or rejection is also something that could be done in bulk.
I already build something for setting the expiration relative to order placement or (sub)event start per payment provider in a private plugin by adding an option to my payment providers....
I guess I can factor out these payment provider tweaks into a public plugin for you all to look into. :)
@Sohalt So again, [this modification](https://github.com/felixrindt/pretix-purpletweaks/blob/9c15b4ab5465069e1ce3f6692e87a4def3e39914/pretix_purpletweaks/payment.py#L24) is nothing I'm actively developing, but feel free to ask about it over at [the repo](https://github.com/felixrindt/pretix-purpletweaks/). I tried to outline the usecase we once had...
Also, when writing `03:30:00` in the form it gets saved and then displayed as `02:30:00`, which in turn can't be saved again.
There has been some DST-related changes to automatic checkout processing (https://github.com/pretix/pretix/commit/552d13ef6cf568ffc3702cbeb20ab5af7497bc4b), but from what I gather by reading the code, it did not fix this issue, which is related to...
Stumbling upon this again. The documentation reads:  but when I look at https://github.com/agateblue/django-dynamic-preferences/blob/32f1bf444888b0a0dd95f8601d07000780c2a7e5/dynamic_preferences/managers.py#L36-L40 and https://github.com/agateblue/django-dynamic-preferences/blob/32f1bf444888b0a0dd95f8601d07000780c2a7e5/dynamic_preferences/managers.py#L164-L180 I am not seeing **where the cache is being invalidated (step 3 from the...
Can reproduce. When clicking "Update" without internet connection, the app tries to fetch emails and wont stop alone after waiting for at least 20 seconds. When I aborted using `Alt+.`,...