LP1840050 FM Editor refresh display for inline mode
authorBill Erickson <berickxx@gmail.com>
Mon, 12 Aug 2019 20:44:14 +0000 (16:44 -0400)
committerBill Erickson <berickxx@gmail.com>
Tue, 13 Aug 2019 14:44:47 +0000 (10:44 -0400)
commit56ff7c5008d8a7ffaa91178c263dbb02face2f95
tree0323b382bde65b2f5e9a75d5ab8487ce4e7e4a92
parent983124ca8d53e7c9272ce618399bba978f9d9a87
LP1840050 FM Editor refresh display for inline mode

Force the editor to re-render its record in real time when using inline
mode, since the call to open() will never occur for inline mode.

Pass the org unit ID to org selects as they change, instead of only at
startup time, since the org select component may be rendered (in inline
mode) before the org ID is available to apply as a startOrgId value.

Migrate toward set/get functions for updating records and recordIds and
deprecate the redundant setRecord() function.

Signed-off-by: Bill Erickson <berickxx@gmail.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
Open-ILS/src/eg2/src/app/staff/cat/vandelay/match-set-list.component.ts
Open-ILS/src/eg2/src/app/staff/catalog/record/parts.component.ts
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.ts
Open-ILS/src/eg2/src/app/staff/share/admin-page/admin-page.component.ts