Jochen Klar

Results 259 comments of Jochen Klar

Hi @AliceWi , just to clarify, what is missing in the project export? The catalog? Or are other fields missing?

This is a bit more tricky to achieve, if the old catalog is still there, the user could just switch back. If we want to store the information about the...

If just the whole catalog should be added to the export for long-time archival purposes, its relatively simple.

Meeting with @MyPyDavid : tests stay in coverage!

:wrench: Rebased!

Hi @AliceWi , thanks for the idea. This should not be to hard to implement.

I think it needs to be implemented here: https://github.com/rdmorganiser/rdmo/blob/main/rdmo/accounts/adapter.py#L14. The adapter hooks into allauth signup process. I think we just need to implement `clean_email` https://github.com/pennersr/django-allauth/blob/main/allauth/account/adapter.py#L346.

Hi @AliceWi! In your example, does User2 get a message that the value is not saved? If yes, that is (at least my) expected bahavior. If not, this might be...

This is a bit odd, the proceed button on the right works a bit different as the blue one on the bottom, but both should save the input. Is the...