Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Bouzid Fergani 11de340639 Bug 11299: Add a button to the biblio edition page to automatically add authority links in the current biblio record via AJAX. Also adds a button to easily create missing authority records.
add authority type in the form to create the missing  authority.
 when authority was found, the 600$9 field have the authid.

Testing scenario (Creating an authority record for a failed automatic link) :

 1 - In your system preferences set:
    AutoCreateAuthorities: Don't generate
    BiblioAddsAuthorities: Allow
 2 - Go to the Cataloging -> New record (koha/cataloguing/addbiblio.pl)
    Ensure you are using the basic editor
 3 - Click the "Link authorities automatically" button.
    A message should appear, telling the user "No authority link was changed."
 4 - Add random informations in field 600$a of the biblio record.
 5 - Click the "Link authorities automatically" button.
   the message box should now show  "600 - No matching authority found.".
   the 9 subfield is red
   Above the 9 subfield is a red X with a blue plus next to it
   Hover on the plus, see it is titled 'Create authority'
 6 - Click the 'Create authority' link
 7 - A new authroity form pops up, the info from the cataloging editor is prefilled
     Click the 100 field heading to expand and confirm info is transferred
 8 - Fill in necessary fields and save the new authority
 9 - The cataloging screen now has the 9 subfield populated and is green
10 - Click "Link authorities automatically" again
     Dialog says "No authority link was changed"
11 - In another tab go to System preferences and set AutoCreateAuthorities to 'Generate'
12 - Add random information to the 650 field
13 - Click 'Link authorities' button
14 - Dialog says:650 - No matching authority found. A new authority was created automatically.
15 - The subfield 9 is green and has the id of the new authority record
16 - In another tab search authorities and find an existing subject heading
17 - Add a new 650 with the info from the existing record
18 - Click 'Link authorities'
19 - The new field is correctly linked to existing authority

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

https://bugs.koha-community.org/show_bug.cgi?id=12299
Signed-off-by: Michal Denar <black23@gmail.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Michal Denar <black23@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-01-14 14:03:49 +01:00
..
acqui
admin Bug 27263: Link to preferences mentioned in system preference descriptions 2021-01-13 17:17:04 +01:00
authorities Bug 11299: Add a button to the biblio edition page to automatically add authority links in the current biblio record via AJAX. Also adds a button to easily create missing authority records. 2021-01-14 14:03:49 +01:00
basket
batch
catalogue Bug 26707: Split cart and lists button on bibliographic detail pages 2021-01-04 16:31:29 +01:00
cataloguing Bug 11299: Add a button to the biblio edition page to automatically add authority links in the current biblio record via AJAX. Also adds a button to easily create missing authority records. 2021-01-14 14:03:49 +01:00
circ Bug 26950: Make Anonymous patron warnings 'errors' and refer to the system information tab on about.pl 2021-01-12 16:13:50 +01:00
clubs
common
course_reserves Bug 26819: (QA follow-up) authorized_value should be authorised_value 2020-11-25 14:38:11 +01:00
errors
ill
installer
labels Bug 26875: (follow-up) Fix error message ("greater or equal") 2021-01-04 15:53:12 +01:00
mana
members Bug 26956: Allow guarantor's controls to be set when a guarantee is created 2020-12-26 18:14:11 +01:00
offline_circ
onboarding
patron_lists
patroncards
plugins
pos Bug 27256: Update click handler for point of sale 2020-12-26 17:58:35 +01:00
reports Bug 26713: Add pagination to bottom of saved SQL reports table 2021-01-12 16:09:33 +01:00
reserve Bug 27292: Add TablesSettings directive to fix columns_settings_borrowers_table 2021-01-08 15:17:24 +01:00
reviews
rotating_collections
serials Bug 26846: Fix regressions - Preselect expected and late serials 2020-11-18 09:34:51 +01:00
services
suggestion
tags
test
tools Bug 26991: Add action logs to search engine administration 2021-01-12 16:40:41 +01:00
virtualshelves
about.tt Bug 26950: Make Anonymous patron warnings 'errors' and refer to the system information tab on about.pl 2021-01-12 16:13:50 +01:00
auth.tt Bug 27055: Fix compatibility with newer Firefox+Selenium version 2020-12-30 12:04:49 -03:00
intranet-main.tt