]> git.evergreen-ils.org Git - Evergreen.git/commit
lp1857910 Field Documentation Port
authorKyle Huckins <khuckins@catalyte.io>
Wed, 8 Jan 2020 18:04:11 +0000 (18:04 +0000)
committerJane Sandberg <js7389@princeton.edu>
Fri, 20 May 2022 00:16:46 +0000 (18:16 -0600)
commit7395d1ce56f1a780809af1db2b1df4a92919247d
treef2d65b0c1a32a09d2dc02fc2ce9be19af46eaf2d
parent80347b51c59cb9bda3bbaa85ee7919a4df626f64
lp1857910 Field Documentation Port

- Port grid UI allowing the creation and editing of Field
Documentation from DOJO to Angular

Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
 Changes to be committed:
modified:   Open-ILS/src/eg2/src/app/staff/admin/local/admin-local-splash.component.html
new file:   Open-ILS/src/eg2/src/app/staff/admin/local/field-documentation/field-documentation.component.html
new file:   Open-ILS/src/eg2/src/app/staff/admin/local/field-documentation/field-documentation.component.ts
new file:   Open-ILS/src/eg2/src/app/staff/admin/local/field-documentation/field-documentation.module.ts
new file:   Open-ILS/src/eg2/src/app/staff/admin/local/field-documentation/routing.module.ts
modified:   Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jason Etheridge <jason@EquinoxOLI.org>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Open-ILS/src/eg2/src/app/staff/admin/local/admin-local-splash.component.html
Open-ILS/src/eg2/src/app/staff/admin/local/field-documentation/field-documentation.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/field-documentation/field-documentation.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/field-documentation/field-documentation.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/field-documentation/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts