GLab / ToMaTo

German-Lab ToMaTo
http://www.tomato-lab.org
32 stars 21 forks source link

Permission fix #1430

Closed a-gerhard closed 8 years ago

a-gerhard commented 8 years ago

The API did not accept role==None, but only role=="null". however, since the null role and None should be equal, the API can now translate that. The editor only uses None, which means that this bugs prevents users from removing other users from topologies. Also, some code style enhancements