curationexperts / trove

Digital Image Library based on Tufts repository models
0 stars 2 forks source link

BUG: Can't add images with tufts-style PIDs to personal or course collections #114

Closed mark-dce closed 10 years ago

mark-dce commented 10 years ago

BUG Summary - basically it looks like the add_to_collection_catalog_path path does not have ALLOW_DOTS enabled.

Steps to reproduce

  1. Create an image with a tufts-style pid like tufts:UA044.003.028.00001 - i.e. something with dots in the ID.
  2. View the item's show page in TDIL
  3. Attempt to add the image to a course or personal collection EXPECTED RESULT: the image gets added to the expected collection ACTUAL RESULT: no route matches error
No route matches [PATCH] "/catalog/tufts:UA044.003.028.00001/add_to_collection"

ACCEPTANCE