Change #6406
Category | None |
Changed by | Bill Erickson <berickxx | @gmail.com>
Changed at | Thu 01 Aug 2019 16:56:21 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | 072e1a57a861a9c5da8bfb354d8cfc82c9415a41 |
Comments
LP1837260 FM Record editor 'inline' display mode Adds support for a new @Input() attribute called "displayMode", which defaults to "dialog". When the value is set to "inline", the editor pane will be rendered inline within the page where the <eg-fm-record-editor/> element resides. Adds support for success/fail toasts. Implements the handlers for the previously defined onSave$, onError$, and onCancel$ EventEmitters, primarly so callers can interact with the editor in "inline" mode where no "close()" operation occurs. Sandbox example included. Signed-off-by: Bill Erickson <berickxx@gmail.com> Signed-off-by: Kyle Huckins <khuckins@catalyte.io> Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Changed files
- 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/sandbox/sandbox.component.html