Change #6960
Category | None |
Changed by | Jason Boyer <JBoyer | @eoli.info>
Changed at | Wed 03 Jun 2020 15:52:34 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | 564f3fdbe4ec932c041e9304bbcd6d0e38b40dfa |
Comments
LP1880035: Fix rendering of monograph parts A BorderContainer is primarily used to allow anchoring views to the top, bottom, left, or right of the container and usually allows the use of a splitter to resize child views. Since we don't use any of that and don't need such a control, it was apparrently just luck that it worked at all. Using a plain ContentPane instead allows the page to render as expected. Thanks to Galen Charlton for tracking this down and finding the fix. Signed-off-by: Jason Boyer <JBoyer@eoli.info> Signed-off-by: Jason Stephenson <jason@sigio.com> Signed-off-by: Bill Erickson <berickxx@gmail.com>
Changed files
- Open-ILS/src/templates/conify/global/biblio/monograph_part.tt2