Skip to content

Commit

Permalink
"Bulk Scan-in" Cloud App does not display all circ-desks
Browse files Browse the repository at this point in the history
  • Loading branch information
YehuditAdler committed Nov 3, 2024
1 parent ece2812 commit a661b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudapp/src/app/settings/settings.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export class SettingsComponent implements OnInit {

let rests = [this.getDepartmentData(code)];
if(code != ''){
rests.push(this.restService.call("/conf/libraries/"+code+"/circ-desks"));
rests.push(this.restService.call("/conf/libraries/"+code+"/circ-desks?limit=100"));
}

forkJoin(rests)
Expand Down

0 comments on commit a661b9e

Please sign in to comment.