gateway4labs / labmanager

Go-Lab / Next-Lab Smart Gateway. Translator to integrate remote labs in Learning tools.
http://gateway4labs.readthedocs.org
BSD 2-Clause "Simplified" License
13 stars 9 forks source link

Labs RLMS in admin #68

Closed antonioIrizar closed 10 years ago

antonioIrizar commented 10 years ago

We have a few issues in page http://localhost:5000/admin/rlms/labs/ :

  1. When you put a lab availability in public or local and you remove it. It doesn't remove the data from database.
  2. Problems when you use id = "", in few cases i can use this id, and we shouldn't use it. It can be solved by changing the order the if sentences in functions _changeaccessibility and _change_publicavailability
  3. I can put only blanks in form. I think we should reject it.
  4. The form remembers the last id. Because we didn't clean the var _lab.publicidentifier in functions _public_availabilityformatter and _accessibilityformatter.