git.evergreen-ils.org Git - Evergreen.git/rss - Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html history https://git.evergreen-ils.org/?p=Evergreen.git;a=history;f=Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html Evergreen ILS en Evergreen Project static/git-logo.png git.evergreen-ils.org Git - Evergreen.git/rss - Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html history https://git.evergreen-ils.org/?p=Evergreen.git;a=history;f=Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html Tue, 5 Mar 2024 14:45:31 +0000 Tue, 5 Mar 2024 14:45:31 +0000 gitweb v.2.43.2/2.43.2 LP1991103: incorporate feedback from review, address failing test Jane Sandberg <sandbergja@gmail.com> Wed, 28 Feb 2024 14:25:27 +0000 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=ca2275864d55bcb057674ce22589461af885aafd https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=ca2275864d55bcb057674ce22589461af885aafd LP1991103: incorporate feedback from review, address failing test LP1991103: incorporate feedback from review, address failing test * Remove icon from tab * Don't use warning styling * Add spacing between the tab title and its number * Make the test amenable to any number of spaces between the tab title and number; it doesn't really matter how many there are, but there needs to be at least one. Signed-off-by: Jane Sandberg <sandbergja@gmail.com> Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
  • [D] Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html
]]>
LP1991103: Display a count of record notes in the staff catalog tab Jane Sandberg <sandbergja@gmail.com> Sun, 18 Feb 2024 22:59:37 +0000 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=db672c3ec1cea5681c73ac54c20fabde7980ca31 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=db672c3ec1cea5681c73ac54c20fabde7980ca31 LP1991103: Display a count of record notes in the staff catalog tab LP1991103: Display a count of record notes in the staff catalog tab To test: 1. Apply this patch. 2. Open a record in the staff catalog. 3. Add some record notes. Note that the tab updates with the number of record notes on the record. 4. Delete some record notes. Note that the tab still updates accordingly. 5. Leave and come back to the record. Note that the number still persists in that tab. Release-Note: Show the total number of record notes in the Record Note tab in the staff catalog. Sponsored-by: PaILS Signed-off-by: Jane Sandberg <sandbergja@gmail.com> Signed-off-by: Elizabeth Davis <elizabeth.davis@sparkpa.org> Signed-off-by: Tiffany Little <tlittle@georgialibraries.org> Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
  • [D] Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html
]]>
LP1850473 Fix button type lint errors Stephanie Leary <stephanie.leary@equinoxoli.org> Wed, 15 Nov 2023 17:58:57 +0000 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=a5cd7fe3dfa59a9d017d06f8c2b77515f3b340fa https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=a5cd7fe3dfa59a9d017d06f8c2b77515f3b340fa LP1850473 Fix button type lint errors LP1850473 Fix button type lint errors Sets the type attribute on buttons where it was previously missing. Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org> Signed-off-by: Jane Sandberg <js7389@princeton.edu> Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
  • [D] Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html
]]>
LP2039483 Subheadings for staff catalog record page Stephanie Leary <stephanie.leary@equinoxoli.org> Mon, 16 Oct 2023 19:20:54 +0000 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=bc25ec0367040d244878adce26f05d4f7942a743 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=bc25ec0367040d244878adce26f05d4f7942a743 LP2039483 Subheadings for staff catalog record page LP2039483 Subheadings for staff catalog record page Adds headings level 2, 3, and 4 to the staff catalog's individual record page to facilitate better in-page navigation for screen reader users. Styles have been added to negate the font styles usually applied to headings, so the page is visually unchanged. Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org> Signed-off-by: Ruth Davis <rfrasur@library.in.gov> Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
  • [D] Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html
]]>
LP1991294 Staff NoveList Select Added Content tab Stephanie Leary <stephanie.leary@equinoxoli.org> Fri, 19 May 2023 14:20:37 +0000 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=0f3e0f70423508aff782f087f676c1773d1c7922 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=0f3e0f70423508aff782f087f676c1773d1c7922 LP1991294 Staff NoveList Select Added Content tab LP1991294 Staff NoveList Select Added Content tab Adds a new tab, Added Content, to the staff catalog record view to display content from NoveList Select. If added content is available for the current record, the tab name will include a gold star; otherwise the tab indicates "No Added Content" with an empty star outline. This general framework can be used to support other added content services in the future. Because NoveList Select depends on an external JavaScript file to load its data, this update includes a new script loading service and a script store containing the names and paths of scripts that may be loaded into the Angular interfaces. In addition to the NoveList Select script provided by EBSCO, there is a helper script to insert it into the Added Content tab panel and adjust the progress, success, and error messages (both visible and ARIA live regions). New OU settings are provided for the NoveList Select staff credentials (which are passed as URL parameters to the external script) and and a new Library Setting that can be used to override the script store's URL in case of future breaking changes to the service. Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org> Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
  • [D] Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html
]]>
LP1615707 ARIA landmarks for staff interface Stephanie Leary <stephanie.leary@equinoxOLI.org> Mon, 12 Dec 2022 20:27:26 +0000 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=c4b1c55a9156fb9fe1eb6e0831de2f4b42ba8b24 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=c4b1c55a9156fb9fe1eb6e0831de2f4b42ba8b24 LP1615707 ARIA landmarks for staff interface LP1615707 ARIA landmarks for staff interface Adds the following ARIA landmarks and roles to the Angular staff interface: * <main> and role="main" for the content container * <nav> and role="navigation" for the navbar * role="form" for the catalog search form (which lacks a <form> tag) * role="search" for the search tab panel inside the form * type="search" and role="searchbox" for the search term input field * a custom region for the bib record summary box * <aside> and role="complementary" for the facet sidebar To construct the ARIA label for the bib record summary, I've added an ID to the header row of the bib summary component so the screen reader can use the localized text. Since the staff interface doesn't really have a header section other than the navigation, and there is no footer, I've left out these landmarks. Signed-off-by: Stephanie Leary <stephanie.leary@equinoxOLI.org> Signed-off-by: Jane Sandberg <sandbergja@gmail.com>
  • [D] Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html
]]>
LP2000482 Angular 15 and Bootstrap 5 upgrade Bill Erickson <berickxx@gmail.com> Mon, 26 Dec 2022 17:06:09 +0000 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=c76e4ad6c2aba1a918992659686bb6b50bfea79c https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=c76e4ad6c2aba1a918992659686bb6b50bfea79c LP2000482 Angular 15 and Bootstrap 5 upgrade LP2000482 Angular 15 and Bootstrap 5 upgrade Includes numerous markup and CSS adjustments to cope with Bootstrap 5. This patch is a squash of patches authored by Bill Erickson and Stephanie Leary. Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org> Signed-off-by: Bill Erickson <berickxx@gmail.com> Signed-off-by: Jane Sandberg <sandbergja@gmail.com> Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
  • [D] Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html
]]>
LP2016341 Fix duplicate ID in staff catalog record Stephanie Leary <stephanie.leary@equinoxoli.org> Fri, 14 Apr 2023 21:43:02 +0000 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=27d816849f7d3186d670701066f58ee1e1868965 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=27d816849f7d3186d670701066f58ee1e1868965 LP2016341 Fix duplicate ID in staff catalog record LP2016341 Fix duplicate ID in staff catalog record Gives the actions button area a different ID than the navigation. Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org> Signed-off-by: Jane Sandberg <js7389@princeton.edu>
  • [D] Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html
]]>
lp1959010 toward Staff View tab Jason Etheridge <jason@EquinoxOLI.org> Thu, 10 Nov 2022 21:01:23 +0000 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=48dd28874074bde28ba63d1ca377545ad3f0716e https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=48dd28874074bde28ba63d1ca377545ad3f0716e lp1959010 toward Staff View tab lp1959010 toward Staff View tab * link searches for listed genres * s/Abstract:/Summary:/ * link to View all Formats and Editions * remove border from staff view * tweaking what goes where * add metabib record count next to View all Formats and Editions link * remove links for what boils down to marc 508 and 511 * made the count off-by-one trying to not make it off-by-one :) * remove the creator field * keep just Subject: * remove the Record is or is not holdable information as it doesn't present the whole truth * refresh interface on tab change Signed-off-by: Jason Etheridge <jason@EquinoxOLI.org> Signed-off-by: Mary Llewellyn <mllewell@biblio.org> Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
  • [D] Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html
]]>
lp1959010 toward Staff View tab Jason Etheridge <jason@EquinoxOLI.org> Mon, 3 Oct 2022 04:12:02 +0000 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=516d88f97681c009cba3e37c10f731bc5bf80f1d https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=516d88f97681c009cba3e37c10f731bc5bf80f1d lp1959010 toward Staff View tab lp1959010 toward Staff View tab * make our Staff View tab with the new BibStaffView widget * seed our BibStaffView with BibSummary * first attempt at changing some identifiers with our seed code * experimenting with layout and stripping courses functionality * simplifying the layout for now and adding display fields * moar data * layout tweaks and propagate metabib attributes for Formats and Editions * don't cross the streams with metabib related * field names for the record and metabib variants of the catalog_summary call. This would otherwise break some links in search results involving bibs with metarecords. * hyperlinks for the formats and editions in the catalog staff view * fix catalog_summary vs catalog_summary.staff bug * searchOrg depth was being passed where a boolean was expected * This seems like a failure of TypeScript to detect.. type. What was going on here? * layout and css tweaking * fixing toc and relocating it and some other fields to column 1 * label fix Signed-off-by: Jason Etheridge <jason@EquinoxOLI.org> Signed-off-by: Mary Llewellyn <mllewell@biblio.org> Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
  • [D] Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html
]]>
LP1948693 Migrate from NgbTabset to ngbNav Stephanie Leary <stephanie.leary@equinoxOLI.org> Wed, 19 Oct 2022 20:49:41 +0000 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=365e6c38f52029e9c4464c277f81d1747b9cf9c5 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=365e6c38f52029e9c4464c277f81d1747b9cf9c5 LP1948693 Migrate from NgbTabset to ngbNav LP1948693 Migrate from NgbTabset to ngbNav Updates the deprecated NgbTabset components to ngbNav and adds directive for keyboard navigation. See https://gist.github.com/stephanieleary/800b9f2b1d9c08cc66d694daaa1788b9 for a quick guide to the markup changes involved. Screens to test: 1. /staff/acq/provider, right click an existing provider to show details tabs 2. /staff/admin/local/negative-balances 3. /staff/admin/local/action/survey, edit an existing survey, test Edit Survey and Q&A tabs 4. /staff/admin/server/actor/org_unit, note that Addresses tab has a second set of tabs underneath 5. /staff/admin/server/actor/org_unit_type, note that eg-tree has also changed here 6. /staff/admin/server/permission/grp_tree, choose a group to see tabs 7. /staff/admin/server/config/print_template 8. /staff/booking/create_reservation 9. /staff/booking/manage_reservations, filter reservations section 10. /staff/booking/return 11. /staff/cat/authority/browse 12. /staff/cat/vandelay/import and all import/export tabs 13. /staff/cat/bucket/record/view 14. /staff/catalog/search 15. /staff/circ/holds/pull-list, right click a hold, choose Show Hold Details, the tabs are at the bottom of the screen Test plan: Note that you cannot navigate tabbed interfaces using the tab key on your keyboard. Apply the patch, then visit the screens listed above. You should be able to use the tab key to move sequentially through all the tabs. Pressing Enter on an inactive tab should make it active, just as clicking it would. You should not be able to click or press Enter to activate a disabled tab. You should be able to move from the last tab in the list into the first focusable element in the active tab's content panel. If you spot a tab content panel that doesn't contain a focusable element (i.e. links or inputs), let me know; we have to set its tabindex attribute manually. If a tab panel contains a second set of tabs, these should work as well. Note on ARIA and roles: Note that neither Bootstrap 5 nor ng-bootstrap are currently following the ARIA Authoring Practices Guide for tabs with manual activation (the recommended pattern for tab panels with complicated content, like form inputs or data tables), which does not recommend sequential movement: https://www.w3.org/WAI/ARIA/apg/example-index/tabs/tabs-manual.html. Therefore, we aren't following this pattern either. We can revisit this and/or take it up with Bootstrap. For now, running axe DevTools on any screen with navs will show ARIA role errors on role="tab" attributes. We are using ng-bootstrap's default ARIA roles for tabs, but they are incorrect. I am trying to get traction on a pull request to change the problem in ng-bootstrap, but in the meantime, we are not using the automatic [roles] directive. Role attributes have been set explicitly on all tabs and their containing elements. Note on eg-tree CSS: In the Org Unit Type screens, there was previously some inline CSS related to eg-tree that was causing compiler errors. I have moved this to a separate CSS file, and will revisit eg-tree styles more generally in another upcoming project. Signed-off-by: Stephanie Leary <stephanie.leary@equinoxOLI.org> Signed-off-by: Bill Erickson <berickxx@gmail.com>
  • [D] Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html
]]>
LP1959048: manual ng lint fixes Jane Sandberg <js7389@princeton.edu> Thu, 8 Sep 2022 22:14:59 +0000 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=c1faaf054fcc7c28e1037ef8b620f817f3853fe5 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=c1faaf054fcc7c28e1037ef8b620f817f3853fe5 LP1959048: manual ng lint fixes LP1959048: manual ng lint fixes Signed-off-by: Jane Sandberg <js7389@princeton.edu> Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
  • [D] Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html
]]>
LP#1929242: add interface for editing bib record notes Rogan Hamby <rogan.hamby@gmail.com> Thu, 5 Aug 2021 18:01:48 +0000 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=4641ab15b819556f901db02c561d2cba75550068 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=4641ab15b819556f901db02c561d2cba75550068 LP#1929242: add interface for editing bib record notes LP#1929242: add interface for editing bib record notes This adds an Angular interface for editing bibliographic record notes, i.e., notes stored in the biblio.record_note table. Signed-off-by: Rogan Hamby <rogan.hamby@gmail.com> Signed-off-by: Ruth Frasur <rfrasur@library.in.gov> Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
  • [D] Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html
]]>
LP#1929587 Place hold button in staff client Dan Briem <dbriem@wlsmail.org> Thu, 3 Jun 2021 00:53:44 +0000 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=db183ff575436ae0ea3ca284f73637422407534f https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=db183ff575436ae0ea3ca284f73637422407534f LP#1929587 Place hold button in staff client LP#1929587 Place hold button in staff client Disables and gray's out the place hold button on records in the Angular catalog that are deleted or have no holdable copies unless the user has the perm PLACE_UNFILLABLE_HOLD. To test: * Search for records with and without any copies * Search for records with and without holdable copies * Search as user with and without the permission PLACE_UNFILLABLE_HOLD Signed-off-by: Dan Briem <dbriem@wlsmail.org> Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org> Signed-off-by: Bill Erickson <berickxx@gmail.com>
  • [D] Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html
]]>
LP1910452 Remove staff catalog read-only OPAC Patron View Bill Erickson <berickxx@gmail.com> Thu, 29 Jul 2021 20:02:44 +0000 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=c20936e7af42d0fa0250685585faa18a64387b20 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=c20936e7af42d0fa0250685585faa18a64387b20 LP1910452 Remove staff catalog read-only OPAC Patron View LP1910452 Remove staff catalog read-only OPAC Patron View This is superseded by a new Patron View button. Also removes the underlying component, since it's not longer used anywhere. Signed-off-by: Bill Erickson <berickxx@gmail.com> Signed-off-by: Michele Morgan <mmorgan@noblenet.org> Signed-off-by: Jason Etheridge <jason@EquinoxOLI.org>
  • [D] Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html
]]>
LP1878079 Staffcat Add Holdings action support Bill Erickson <berickxx@gmail.com> Mon, 27 Jul 2020 14:58:52 +0000 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=1528c22bce523fc79cbdfd2244938db9977d5e57 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=1528c22bce523fc79cbdfd2244938db9977d5e57 LP1878079 Staffcat Add Holdings action support LP1878079 Staffcat Add Holdings action support Teaches the staff catalog Add Holdings button to open the holdings editor using the appropriate parameters. If the holdings maintenance grid is active, arguments to pass are based on the grid selection. Otherwise it simply open the item editor with a single call number / copy to be created 'here'. Signed-off-by: Bill Erickson <berickxx@gmail.com> Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
  • [D] Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html
]]>
LP1850546 Record detail shelf browse Bill Erickson <berickxx@gmail.com> Mon, 6 Jan 2020 16:05:52 +0000 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=81a018c686c96385d358d378609b200532b51be0 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=81a018c686c96385d358d378609b200532b51be0 LP1850546 Record detail shelf browse LP1850546 Record detail shelf browse Adds support for browsing call numbers directly from a record detail page, similar to the TPAC's 'Shelf Browser' tab in its detail page. Add support for jumping to a record detail page or a new author search from each shelf browse entry. Signed-off-by: Bill Erickson <berickxx@gmail.com> Signed-off-by: Ruth Frasur <rfrasur@gmail.com>
  • [D] Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html
]]>
LP1860044 Angular catalog search result highlights Bill Erickson <berickxx@gmail.com> Thu, 16 Jan 2020 18:23:15 +0000 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=0df5d1f8f7e0d907489feaa0156b966440310fb3 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=0df5d1f8f7e0d907489feaa0156b966440310fb3 LP1860044 Angular catalog search result highlights LP1860044 Angular catalog search result highlights Support search field highlighting in the Angular staff catalog search result and record detail pages. Adds a new <eg-bib-display-field /> component for rendering the highlighted content. Move the catalog-common module import into the staff common module so the bib-summary component has access to the new display-field component. Drop the default search result page size to 10 for consistency with other catalogs (and to speed up rendering). Note users can still set the page size of their choice via user settings. Signed-off-by: Bill Erickson <berickxx@gmail.com> Signed-off-by: Ruth Frasur <rfrasur@gmail.com>
  • [D] Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html
]]>
LP1859706 Map Angular cat "Patron View" to AngJS "OPAC View" Bill Erickson <berickxx@gmail.com> Wed, 15 Jan 2020 16:14:06 +0000 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=e01c8ad84163468fe9c76584e56c90382fe46069 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=e01c8ad84163468fe9c76584e56c90382fe46069 LP1859706 Map Angular cat "Patron View" to AngJS "OPAC View" LP1859706 Map Angular cat "Patron View" to AngJS "OPAC View" The Angular catalog now treats the "Patron View" tab as the same as the "OPAC View" tab in the AngJS catalog for the purposes of saving a preferred default tab. Similarly, the Angular catalog-only "Item Table" tab maps to the AngJS "OPAC View" tab, since it's the closest analog. Signed-off-by: Bill Erickson <berickxx@gmail.com> Signed-off-by: Ruth Frasur <rfrasur@gmail.com>
  • [D] Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html
]]>
LP1852782 MARC editor prevent navigation with changes Bill Erickson <berickxx@gmail.com> Tue, 10 Dec 2019 22:35:49 +0000 https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=c83db17612f518ca8b6468aa9d1903dcf822ba2b https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=c83db17612f518ca8b6468aa9d1903dcf822ba2b LP1852782 MARC editor prevent navigation with changes LP1852782 MARC editor prevent navigation with changes Show a confirmation dialog when the user attempts to navigate away from the MARC edit tab in the catalog if the MARC editor has pending changes. The dialog will be shown if the user attempts to change tabs or navigate away from the record detail page w/in Angular. If the user unloads / reloads the page, the stock browser onbeforeunload confirmation dialog will be displayed instead. Signed-off-by: Bill Erickson <berickxx@gmail.com> Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
  • [D] Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html
]]>