Skip to content

Commit

Permalink
circulation: split checkin/checkout and requests
Browse files Browse the repository at this point in the history
* Splits requests in a separate view with a specific menu entry.
* Creates several disabled tabs for futur circulation patron view.
* Removes table sort with datatable.
* Extends patron service with the currentPatron property.

Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
  • Loading branch information
2 people authored and AoNoOokami committed Jan 31, 2020
1 parent 10a9340 commit a6f7e44
Show file tree
Hide file tree
Showing 47 changed files with 1,363 additions and 1,068 deletions.
3 changes: 0 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,10 @@
"node_modules/bootstrap/scss/bootstrap.scss",
"node_modules/ngx-bootstrap/datepicker/bs-datepicker.css",
"node_modules/font-awesome/scss/font-awesome.scss",
"node_modules/datatables.net-bs/css/dataTables.bootstrap.css",
"projects/admin/src/app/scss/styles.scss"
],
"scripts": [
"node_modules/jquery/dist/jquery.js",
"./node_modules/datatables.net/js/jquery.dataTables.js",
"./node_modules/datatables.net-bs/js/dataTables.bootstrap.js",
{
"input": "node_modules/document-register-element/build/document-register-element.js"
}
Expand Down
Loading

0 comments on commit a6f7e44

Please sign in to comment.