]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1989151: Add links to secondary management interfaces
authorMike Rylander <mrylander@gmail.com>
Wed, 7 Sep 2022 17:41:27 +0000 (13:41 -0400)
committerJane Sandberg <js7389@princeton.edu>
Mon, 30 Oct 2023 19:04:11 +0000 (12:04 -0700)
commit03b93d925c69fd3b055bba0678b33f191aa58060
tree58862f1ec14d36895325089c8c725af377b4416e
parent56fbbef72a55de178266f1e9a9be0764802389a7
LP#1989151: Add links to secondary management interfaces

This work provides two fixes: a link from Record Attributes
to Coded Value Maps, so that CVMs can be added, removed and
adjusted in the context of a specific Record Attribute; and
provides access to the bib fields that are controlled by
specific authority fields, and browse axes mappings for
authority fields.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Steven Mayo <smayo@georgialibraries.org>
Open-ILS/src/eg2/src/app/staff/admin/server/control-set-authority-fields/control-set-authority-fields-routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/control-set-authority-fields/control-set-authority-fields.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/control-set-authority-fields/control-set-authority-fields.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/control-set-authority-fields/control-set-authority-fields.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/record-attr-definitions/record-attr-definitions-routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/record-attr-definitions/record-attr-definitions.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/record-attr-definitions/record-attr-definitions.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/record-attr-definitions/record-attr-definitions.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/routing.module.ts