J
J
I'm getting this error when I input mets into a locally hosted demetsiiify: ```Traceback (most recent call last): File "/usr/local/lib/python3.5/site-packages/flask/app.py", line 1612, in full_dispatch_request rv = self.dispatch_request() File "/usr/local/lib/python3.5/site-packages/flask/app.py", line...
Currently in my site, the search/index.php search page seems to sort by record_type with File always coming first, and Item coming second. I just want to reverse that order so...
I can get the browse items page to sort by item_type_id, but not item_type_name. The Item Types are not alphabetical, so item_type_id feels a bit random. Am I doing something...