Bug 40088 - Do not show edit button for default framework
Summary: Do not show edit button for default framework
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: System Administration (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Fridolin Somers
QA Contact: Testopia
URL:
Keywords:
Depends on: 39827
Blocks:
  Show dependency treegraph
 
Reported: 2025-06-06 09:58 UTC by Fridolin Somers
Modified: 2025-06-06 17:00 UTC (History)
1 user (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 40088: Do not show edit button for default framework (2.08 KB, patch)
2025-06-06 10:02 UTC, Fridolin Somers
Details | Diff | Splinter Review
Bug 40088: Do not show edit button for default framework (2.13 KB, patch)
2025-06-06 17:00 UTC, Owen Leonard
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Fridolin Somers 2025-06-06 09:58:19 UTC
In Administration > MARC bibliographic frameworks > "MARC structure":
Do not show "Edit framework" button in tools bar since one can not edit the default framework description.
Currently it leads to new framework creation.
Comment 1 Fridolin Somers 2025-06-06 10:02:05 UTC
Created attachment 183066 [details] [review]
Bug 40088: Do not show edit button for default framework

In Administration > MARC bibliographic frameworks > "MARC structure":
Do not show "Edit framework" button in tools bar since one can not edit the default framework description.
Currently it leads to new framework creation.

Test plan :
1) Go to Administration > MARC bibliographic frameworks
2) On default framework row, click Actions > MARC structure
3) Check you dont see in tool bar "Edit framework" button
4) Go to Administration > MARC bibliographic frameworks
5) On a framework row (not default one), click Actions > MARC structure
6) Check you see in tool bar "Edit framework" button
Comment 2 Owen Leonard 2025-06-06 17:00:27 UTC
Created attachment 183076 [details] [review]
Bug 40088: Do not show edit button for default framework

In Administration > MARC bibliographic frameworks > "MARC structure":
Do not show "Edit framework" button in tools bar since one can not edit
the default framework description.
Currently it leads to new framework creation.

Test plan :
1) Go to Administration > MARC bibliographic frameworks
2) On default framework row, click Actions > MARC structure
3) Check you dont see in tool bar "Edit framework" button
4) Go to Administration > MARC bibliographic frameworks
5) On a framework row (not default one), click Actions > MARC structure
6) Check you see in tool bar "Edit framework" button

Signed-off-by: Owen Leonard <oleonard@myacpl.org>