]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1888723 Angular Holdings Maintenance / Item Attributes Editor
authorBill Erickson <berickxx@gmail.com>
Thu, 4 Jun 2020 16:36:09 +0000 (12:36 -0400)
committerBill Erickson <berickxx@gmail.com>
Wed, 3 Mar 2021 15:54:32 +0000 (10:54 -0500)
commitccbd4bc0913ca69521b41310b75f52cb0c943bdf
tree818e47f08a71a28d051e88be133c036a2f2457fd
parentf1855a6b525926c0512be1eaa8f92e4987812d7e
LP1888723 Angular Holdings Maintenance / Item Attributes Editor

Angular port of the holdings and item attributes editors interfaces.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
39 files changed:
Open-ILS/src/eg2/src/app/share/catalog/bib-display-field.component.html
Open-ILS/src/eg2/src/app/share/catalog/bib-display-field.component.ts
Open-ILS/src/eg2/src/app/share/catalog/catalog.service.ts
Open-ILS/src/eg2/src/app/share/combobox/combobox.component.html
Open-ILS/src/eg2/src/app/share/combobox/combobox.component.ts
Open-ILS/src/eg2/src/app/share/item-location-select/item-location-select.component.html
Open-ILS/src/eg2/src/app/share/item-location-select/item-location-select.component.ts
Open-ILS/src/eg2/src/app/staff/cat/routing.module.ts
Open-ILS/src/eg2/src/app/staff/cat/volcopy/config.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/volcopy/config.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/volcopy/copy-attrs.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/volcopy/copy-attrs.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/volcopy/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/volcopy/vol-edit.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/volcopy/vol-edit.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/volcopy/vol-edit.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html
Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.ts
Open-ILS/src/eg2/src/app/staff/common.module.ts
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.ts
Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.html
Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.ts
Open-ILS/src/eg2/src/app/staff/share/holdings/batch-item-attr.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/holdings/batch-item-attr.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/holdings/copy-alerts-dialog.component.html
Open-ILS/src/eg2/src/app/staff/share/holdings/copy-alerts-dialog.component.ts
Open-ILS/src/eg2/src/app/staff/share/holdings/copy-tags-dialog.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/holdings/copy-tags-dialog.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/holdings/holdings.module.ts
Open-ILS/src/eg2/src/app/staff/share/holdings/holdings.service.ts
Open-ILS/src/eg2/src/styles.css
Open-ILS/src/perlmods/lib/OpenILS/Application/Cat.pm
Open-ILS/src/sql/Pg/upgrade/XXXX.data.volcopy-settings.sql [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/cat/catalog/app.js