]> git.evergreen-ils.org Git - Evergreen.git/commit
Revert "LP#1851884: eg-fm-record-editor: avoid fetching all rows from linked table"
authorJason Stephenson <jason@sigio.com>
Fri, 15 Jul 2022 17:34:18 +0000 (13:34 -0400)
committerJason Stephenson <jason@sigio.com>
Fri, 15 Jul 2022 17:38:14 +0000 (13:38 -0400)
commitf51c09157ff0199a7782c4f4974e2146e5fde77f
tree9de23b79140aa1e641beb2ad81bba22f0d014977
parent4f51006f1b944dd41380efdc158ea171500a9738
Revert "LP#1851884: eg-fm-record-editor: avoid fetching all rows from linked table"

This reverts commit f2824b8457fa1e941053cdc7fa715ab21e6f58c9.

It causes the following error when building Angular:

    ERROR in src/app/share/fm-editor/fm-editor.component.ts:517:30 - error TS2339: Property 'linkedSearchConditions' does not exist on type 'FmFieldOptions'.

    517             if (fieldOptions.linkedSearchConditions) {
                                     ~~~~~~~~~~~~~~~~~~~~~~
    src/app/share/fm-editor/fm-editor.component.ts:518:51 - error TS2339: Property 'linkedSearchConditions' does not exist on type 'FmFieldOptions'.

    518                 field.idlBaseQuery = fieldOptions.linkedSearchConditions;

There does not appear to be any way to resolve this as the patch also
relies on other changes in rel_3_8 and rel_3_9 that are not present in
rel_3_7.  For these reasons, I am reverting the patch from rel_3_7.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/src/eg2/src/app/core/idl.service.ts
Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.html
Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.ts