ErwinKomen / RU-collbank

0 stars 1 forks source link

Bug: no saving for some fields #76

Closed ErwinKomen closed 2 years ago

ErwinKomen commented 2 years ago

We hebben nog een foutje in de collectionbank opgemerkt. Als je nieuwe data in een popup veld invoert, (bijv Linguality), dan blijft de popup an de Save blank staan (verdwijnt niet) en de gegevens worden ook niet opgeslagen.

ErwinKomen commented 2 years ago

The reason for the blank: there's an error (obligatory field not provided), but since we are in the "non-debug" mode, this is not handled correctly??

Something with the versions? I notice that the JS gives errors. Okay, server django version: 3.8.10 Server "django-nested-admin" version: 3.3.3 Development version: 3.0.13 - that's way too old...

Okay, I changed both to 3.2.2, and that's okay. Also: collectstatic Also: set_permissions

Now it works again.