Bugzilla – Attachment 159498 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.48 KB, created by
Lari Taskula
on 2023-12-01 23:16:18 UTC
(
hide
)
Description:
Bug 35471: List parent frameworks on MARC framework list screen
Filename:
MIME Type:
Creator:
Lari Taskula
Created:
2023-12-01 23:16:18 UTC
Size:
1.48 KB
patch
obsolete
>From b798759513a6eb9113f06aa561d3924a6a777f45 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 > >Sponsored-by: Hypernova Oy >--- > .../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 fd852e5e9a..85b8aa375d 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 >@@ -195,12 +195,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> >@@ -270,6 +272,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