Bugzilla – Attachment 187606 Details for
Bug 35471
Automatically select child MARC framework when adding child records
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35471: List parent frameworks on MARC framework list screen
Bug-35471-List-parent-frameworks-on-MARC-framework.patch (text/plain), 1.77 KB, created by
Lari Taskula
on 2025-10-09 06:20:54 UTC
(
hide
)
Description:
Bug 35471: List parent frameworks on MARC framework list screen
Filename:
MIME Type:
Creator:
Lari Taskula
Created:
2025-10-09 06:20:54 UTC
Size:
1.77 KB
patch
obsolete
>From 58e4100169ef4ad7460be5bf5a6cec9dbacc57e9 Mon Sep 17 00:00:00 2001 >From: Lari Taskula <lari.taskula@hypernova.fi> >Date: Fri, 1 Dec 2023 16:42:54 +0000 >Subject: [PATCH] Bug 35471: List parent frameworks on MARC framework list > screen > >1. Navigate to Administration -> MARC bibliographic framework >2. Observe new column "Parent framework" >3. Observe parent framework being populated for the child framework > you added in previous patch >--- > .../intranet-tmpl/prog/en/modules/admin/biblio_framework.tt | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt >index 28ad7918719..fbe63192786 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt >@@ -202,12 +202,14 @@ > <thead> > <tr> > <th>Code</th> >+ <th>Parent</th> > <th>Description</th> > <th> </th> > </tr> > </thead> > <tbody> > <tr> >+ <td> </td> > <td> </td> > <td>Default framework</td> > <td> >@@ -318,6 +320,7 @@ > [% FOREACH loo IN frameworks %] > <tr> > <td>[% loo.frameworkcode | html %]</td> >+ <td>[% loo.parent_frameworkcode | html %]</td> > <td>[% loo.frameworktext | html %]</td> > <td> > <div class="btn-group dropup"> >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35471
:
159486
|
159487
|
159488
|
159489
|
159490
|
159491
|
159492
|
159493
|
159494
|
159495
|
159496
|
159497
|
159498
|
159499
|
159500
|
159567
|
159568
|
159569
|
159570
|
159571
|
159572
|
159573
|
159884
|
187602
|
187603
|
187604
|
187605
|
187606
|
187607
|
187608
|
187620
|
187621
|
187622
|
187623
|
187624
|
187625
|
187626