ulsdevteam / islandora_datastreams_io

Islandora Datastreams Import / Export Utility
GNU General Public License v2.0
5 stars 4 forks source link

Add namespace check to transform feature #15

Closed bondjimbond closed 5 years ago

bondjimbond commented 5 years ago

Addresses #14 - just a tweak to the transform feature. Runs the PID list through the existing namespace checker function.

wgilling commented 5 years ago

I was looking for the islandora_datastreams_io_namespace_accessible function after I read the first commit -- and then I (eventually) noticed that function reference was updated to "islandora_datastreams_io_pids_namespace_accessible" in the next commit. I've done that before though.

Thanks for including the call to islandora_namespace_accessible() for these since our institution does not enforce namespace restrictions.

Everything is good and it tested out alright.