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

Minor bugfixes #180

Merged
merged 1 commit into from
Sep 9, 2020
Merged

Conversation

FlorianCassayre
Copy link
Member

@FlorianCassayre FlorianCassayre commented Sep 1, 2020

  • addresses UI testing: issues #172
  • DocumentAuthors component raising exception
  • "checkout" button in loan requests not disabled during loading
  • LiteratureCover flickering on page change (closes literature: cover image displays previous state #135)
  • hide navigation buttons in patron loans on empty result set
  • BorrowingRequestPatronLoan state not reset
  • ESSelectorLoanRequest request button not disabled
  • SearchSortOrderElementMobile uninitialized attribute
  • ExportSearchResults not starting from the first page
  • ScrollingMenu first element not selected due to typo
  • HitsSearch & ESSelector toggleable initial focus, disabled by default
  • LoanMetadata invalid dates displayed

@FlorianCassayre FlorianCassayre mentioned this pull request Sep 1, 2020
31 tasks
@FlorianCassayre FlorianCassayre self-assigned this Sep 1, 2020
@FlorianCassayre FlorianCassayre force-pushed the minor-fixes-4 branch 5 times, most recently from 7ba52e7 to 9f0ae99 Compare September 8, 2020 07:37
@FlorianCassayre FlorianCassayre marked this pull request as ready for review September 8, 2020 07:43
* DocumentAuthors component raising exception
* "checkout" button in loan requests not disabled during loading
* LiteratureCover flickering on page change
* hide navigation buttons in patron loans on empty result set
* BorrowingRequestPatronLoan state not reset
* ESSelectorLoanRequest request button not disabled
* SearchSortOrderElementMobile uninitialized attribute
* ExportSearchResults not starting from the first page
* ScrollingMenu first element not selected due to typo
* HitsSearch & ESSelector toggleable initial focus, disabled by default
* LoanMetadata invalid dates displayed
@@ -105,6 +105,7 @@ class ExportSearchResultsWithState extends Component {

// append the `format` param
const params = Qs.parse(queryString);
params['page'] = 1; // Start from the first page
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how will it behave with other pages?

Copy link
Member Author

@FlorianCassayre FlorianCassayre Sep 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New behavior: the button has the same effect, regardless the currently selected page. Namely it exports the results of the search without taking pagination into account. I assumed this was the intended semantic of that button since it's said to return the "first 10,000 records".
Did I miss something?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need to investigate this further to make sure, I will merge this and start a ticket

@kpsherva kpsherva merged commit 13624e8 into inveniosoftware:master Sep 9, 2020
@kpsherva kpsherva added this to the 2020/W36 milestone Sep 16, 2020
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

Successfully merging this pull request may close these issues.

literature: cover image displays previous state
2 participants