Change #6766
Category | None |
Changed by | Galen Charlton <gmc | @equinoxinitiative.org>
Changed at | Fri 27 Dec 2019 15:41:37 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | 1df6edd44744904c5aec9d08db7d6aa59b57c8e6 |
Comments
LP#1857710: fix Angular client whitescreen on Firefox Work done for LP#1830391 added an instance of a Javascript regexp replace using the dotAll ("/s") flag, but as of the moment Firefox treats that flag as a fatal syntax error, breaking the Angular staff client. To test ------- [1] Attempt to log in the Angular staff client with Firefox. Note that you get a whitescreen with the following in the browser console: SyntaxError: invalid regular expression flag s [2] Apply the patch and repeat step 1. This time, the Angular staff client should work normally. [3] Verify that the Angular unit tests pass. Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org> Signed-off-by: Jason Boyer <JBoyer@eoli.info>
Changed files
- Open-ILS/src/eg2/src/app/share/util/htmltotxt.service.spec.ts
- Open-ILS/src/eg2/src/app/share/util/htmltotxt.service.ts