lizardsystem / lizard-portal

lizard-portal
Django app for management of Ext.js4 portlets.
GNU General Public License v3.0
1 stars 1 forks source link

implement initial backend support to validate configurations #21

Open swinkels opened 12 years ago

swinkels commented 12 years ago

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.

swinkels commented 12 years ago

Well, the functionality is implemented to retrieve configurations from the shared network folder. Still, some work has to be done:

swinkels commented 12 years ago

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.