lp1857910 Field Documentation Port
authorKyle Huckins <khuckins@catalyte.io>
Wed, 8 Jan 2020 18:04:11 +0000 (18:04 +0000)
committerJason Etheridge <jason@EquinoxOLI.org>
Thu, 7 Apr 2022 14:20:26 +0000 (10:20 -0400)
commit425aa23d47739237dc85f2632b8d481bd3b86fb4
tree8a01a1cf45c0f5d5039338917a1f78c8c96cb313
parentf634116ec3d60302185d7d3a526bc43d55c24ce6
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>
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