Open swinkels opened 12 years ago
Well, the functionality is implemented to retrieve configurations from the shared network folder. Still, some work has to be done:
In a previous comment I wrote
The location of the shared network folder is currently hard-coded as a property of the ZipFileNameRetriever. Of course, a Django admin should be able to set that location in the admin interface.
In commit 7955d0a05a39a7f0469fc8f0f831368578768222 I have implemented this through a Django setting instead of model attribute. The Django setting is a solution that suffices.
Wiki page https://github.com/lizardsystem/lizard-wbconfiguration/wiki/Validatie explains how the validation of configurations should work. This ticket is concerned with initial support for validation, that is, we need to implement support to
Note that in the VSS, the "Configuraties" screen is the screen the user sees when he navigates to the tab "Beheer" and then clicks the "Valideer configuraties" button.