Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current era-app-prd issues #2009

Closed
7 tasks done
ConnorSheremeta opened this issue Dec 3, 2020 · 2 comments
Closed
7 tasks done

Current era-app-prd issues #2009

ConnorSheremeta opened this issue Dec 3, 2020 · 2 comments

Comments

@ConnorSheremeta
Copy link
Contributor

ConnorSheremeta commented Dec 3, 2020

Making one issue to put all the issues I have found from testing era-app-prd.

1

  • resolved

Clamby dependencies are not installed. (will be able to test deposit process once this is done)

2

  • resolved

On deletion of an item through the UI I get this notification:
Screenshot from 2020-12-03 12-15-17
It looks like the item successfully deletes however.

Note: this doesn't appear to be reproducible locally, I get the message 'Item was successfully deleted!'... This may have to do with clamav acting up

3

  • resolved

The supervisor and department facets do not appear on the left sidebar. When either a supervisor or department is clicked from an item it appears to just return all items in the search.

Here is the sidebar on current prod:
Screenshot from 2020-12-03 12-18-51

4

  • resolved

It appears that I cannot remove logo from a community. When clicking the 'Remove logo' checkbox and then 'Update Community' the old logo appears to persist. I would assume it would show the standard ERA logo. Setting a new logo with a file works as expected.

Note: this is reproducible locally. The error I get is 'found unpermitted parameter: :remove_logo' and was able to fix it by making it a permitted param. Now to find the best way to do this.

5

  • resolved

When sorting items by date (either oldest first or newest first) from results you get an error when you switch to either the collections or communities tab:

F, [2020-12-08T11:45:43.220514 #653] FATAL -- : [50d6ad2b-cb3b-429e-8b50-300311d5df4e]
[50d6ad2b-cb3b-429e-8b50-300311d5df4e] NameError (uninitialized constant JupiterCore::SolrServices::DeferredFacetedSolrQuery::NameManglingError
Did you mean? JupiterCore::SolrServices::NameManglingError
JupiterCore::SolrNameManglingError
JupiterCore::SolrServices::NameMangling):

Looks like this is due to the param 'sort' being 'sort_year' where communities and collections expect it to be 'record_created_at'? It looks to rescue an error that doesn't exist as well.

6

  • resolved

Searching on this page (https://era-app-prd.library.ualberta.ca/admin/communities OR https://era-app-prd.library.ualberta.ca/communities) appears to not even make a search, all results are always returned.

Notice: This bug exists on current production as well.

It turns out that this is the expected functionality, you need to select from the list and not hit enter. I am going to put up a ticket to improve this functionality to make it more functional/user friendly

7

  • resolved

When faceting by date range you can set the lower range to be above the upper range and get a 500.. It looks like this isn't an issue on current prod, we have an alert on current prod that says '2222 to 2020 is not a valid range' when this occurs

@mbarnett
Copy link
Contributor

mbarnett commented Dec 5, 2020

FYI the Clamby issue is resolved (it was still happening after Henry's fix until I restarted the Rails processes), but the deletion issue is still happening. Can you drop the OAI stuff and switch back to investigating this on Monday?

@mbarnett
Copy link
Contributor

Done like dinner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants