Koha/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing
Owen Leonard 6fe42caeb9 Bug 28694: Check alert in cataloguing should be a static message
This patch modifies the basic cataloging interface so that form
validation errors are collected in a static "dialog" at the top of the
page instead of showing in a transient JavaScript alert.

The text of the message is roughly the same as it was in the alert, and
links have been added so that the user can click to jump directly to the
field referenced.

If the user scrolls down away from the static error message, a button
appears in the floating toolbar to jump back to the message.

To test, apply the patch and rebuild the staff interface CSS
(https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).

- Go to Cataloging and create a new record using the basic cataloging
  editor and a framework which has multiple mandatory fields defined
  (e.g. an unmodified default framework)
- Without entering anything in mandatory fields, click the "Save"
  button.
- You should see a message box appear at the top of the page.
  - It should list each missing mandatory subfield and tag, each with a
    "Go to field" link next to it.
  - Clicking the "Go to field" link should switch you to the correct tab
    and scroll the mandatory field into view.
- When you have scrolled down far enough for the error messages to be
  offscreen, an "Errors" button should appear in the floating toolbar.
  Clicking it should scroll the box back into view.
- The JS function for scrolling to a particular element on the screen
  has been modified, so test that the links in the toolbar for
  individual tags still work correctly.

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-11-03 15:40:52 +01:00
..
value_builder Bug 24698: QA fixes 2021-10-12 11:15:32 +02:00
addbiblio.tt Bug 28694: Check alert in cataloguing should be a static message 2021-11-03 15:40:52 +01:00
addbooks.tt Bug 28543: Clicking on 'New record' will use default framework 2021-07-26 12:46:32 +02:00
additem.tt Bug 28445: Use the task queue for the batch delete and update items tool 2021-10-18 11:28:40 +02:00
editor.tt Bug 26703: cataloguing folder 2021-04-21 11:16:33 +02:00
linkitem.tt Bug 26703: cataloguing folder 2021-04-21 11:16:33 +02:00
merge.tt Bug 26703: cataloguing folder 2021-04-21 11:16:33 +02:00
moveitem.tt Bug 26703: cataloguing folder 2021-04-21 11:16:33 +02:00
z3950_auth_search.tt Bug 28573: Replace authority record with Z39.50/SRU creates new authority record 2021-11-02 14:57:00 +01:00
z3950_search.tt Bug 28773: (QA follow-up) Additional changes 2021-08-04 14:06:43 +02:00