IndustrialDragonfly / DEdC

Collaborative DFD Editor
MIT License
6 stars 1 forks source link

setAssocativeArray needs to check ownership #103

Open eugene-davis opened 10 years ago

eugene-davis commented 10 years ago

We need to review ownership in setAssocativeArray and be sure that all relevant cases are caught. For example, a link should not connect to a node that isn't owned by the same user, and similarly, any element shouldn't be added to a diagram that isn't owned by the same user. Later "same user" becomes "belongs to same organization" fyi.