Summary: | Add 'Edit subfields' to framework management tag dropdown and clarify options | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | System Administration | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | fridolin.somers, gmcharlt, lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
19.11.00,19.05.02
|
|
Circulation function: | |||
Bug Depends on: | 23153 | ||
Bug Blocks: | |||
Attachments: |
Bug 23179: Add 'edit subfields' button to framework management
Bug 23179: Add 'edit subfields' button to framework management Bug 23179: Add 'edit subfields' button to framework management |
Description
Nick Clemens (kidclamp)
2019-06-21 10:59:35 UTC
Created attachment 90894 [details] [review] Bug 23179: Add 'edit subfields' button to framework management To test: 1) Go to Administration > MARC bibliographic framework 2) On a line click Actions > MARC structure 3) Note the dropdowns for each tag are: Edit, Subfields, Delete 4) Apply patch 5) Reload and note dropdowns are: Edit tag, View subfields, Edit subfields, Delete 6) Confirm options do what is selected Created attachment 90933 [details] [review] Bug 23179: Add 'edit subfields' button to framework management To test: 1) Go to Administration > MARC bibliographic framework 2) On a line click Actions > MARC structure 3) Note the dropdowns for each tag are: Edit, Subfields, Delete 4) Apply patch 5) Reload and note dropdowns are: Edit tag, View subfields, Edit subfields, Delete 6) Confirm options do what is selected Signed-off-by: Bin Wen <bin.wen@inlibro.com> Created attachment 90970 [details] [review] Bug 23179: Add 'edit subfields' button to framework management To test: 1) Go to Administration > MARC bibliographic framework 2) On a line click Actions > MARC structure 3) Note the dropdowns for each tag are: Edit, Subfields, Delete 4) Apply patch 5) Reload and note dropdowns are: Edit tag, View subfields, Edit subfields, Delete 6) Confirm options do what is selected Signed-off-by: Bin Wen <bin.wen@inlibro.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Nice work! Pushed to master for 19.11.00 Pushed to 19.05.x for 19.05.02 Very small so I think it can go into stable branches. This is a strange change in behaviour between 17.11 and 18.11. In 17.11: clicking on subfields leads to the 'summary' page of subfields with edit and delete buttons for each: /cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=000&frameworkcode= In 18.11: clicking on the subfields link leads to the edit screen and there is no link to the 'summary' page visible, which is a usability problem if you are trying ot delete a subfield. Can this please be backported to 18.11 as well? (In reply to Katrin Fischer from comment #6) > This is a strange change in behaviour between 17.11 and 18.11. > > In 17.11: clicking on subfields leads to the 'summary' page of subfields > with edit and delete buttons for each: > /cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=000&frameworkcode= > > In 18.11: clicking on the subfields link leads to the edit screen and there > is no link to the 'summary' page visible, which is a usability problem if > you are trying ot delete a subfield. > > Can this please be backported to 18.11 as well? I think you describing bug 23153
> I think you describing bug 23153
Yes, I was confusing bugs - thx Nick!
backported to 18.11.x for 18.11.09 |