cc-archive / open-ledger

Prototype code and examples for work on the Creative Commons "CC Search" project
MIT License
48 stars 23 forks source link

Always add an image to an existing list if that list name exists #125

Closed lizadaly closed 7 years ago

lizadaly commented 7 years ago

It's possible to create duplicate lists with the same name using the List interface if you don't pick from the autocomplete. On the server side, check whether a list with the same name exists before adding a new one.

lizadaly commented 7 years ago

Fixed