imeji-community / imeji

imeji source code can now be found on https://github.com/MPDL/imeji.
https://github.com/MPDL/imeji
13 stars 15 forks source link

Collection&Profile reference: REST API Web API #1119

Closed natasab closed 8 years ago

natasab commented 8 years ago

Collection creatin with referenced profile via API should be validated against the rule introduced in the recent version of WebAPP: Collection can reference a profile only if a profile is released or if the user who creates the collection also created the profile.

At the moment this is checked by the Web APP, but not as strict rule in Collection Validation during creation.

May only cause slight problems when collection is shared with another user - thus the other user can see the profile of the collection as well (even though, the profile is not relased and not created by the other user).

from testing of #1118

natasab commented 8 years ago

Resolved in MPDL branch, see referenced commit.