Skip to content

Commit

Permalink
Add missing parameters for cloudLibrary automatic login
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhyastamita committed Jul 29, 2024
1 parent 6db338c commit ced5b1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/web/Drivers/CloudLibraryDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,9 @@ public function redirectToCloudLibrary(User $patron, CloudLibraryRecordDriver $r
$postParams = [
'username' => $this->getPatronId($patron),
'password' => $this->getCloudLibraryPasswordOrPin($patron),
'eula' => 'eula',
'login_form' => 'true',
'library_id' => $settings->accountId,
];
$curlWrapper = new CurlWrapper();
$headers = [
Expand Down
1 change: 1 addition & 0 deletions code/web/release_notes/24.08.00.MD
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@

### cloudLibrary Updates
- Add the ability to use alternate library cards (such as state library cards) with cloudLibrary. (Ticket 69336, 133101) (*KP*)
- Fix automatic login for Open in cloudLibrary button. (*KP*)

### Search Updates
- Fix bug where call number searches were not returning expected results. (Ticket 135530) (*KP*)
Expand Down

0 comments on commit ced5b1e

Please sign in to comment.