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>