Bugzilla – Attachment 166382 Details for
Bug 36618
Make creation of bibliographic records optional for ERM local titles
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36618: (QA follow-up) Hide option for titles with no linked record
Bug-36618-QA-follow-up-Hide-option-for-titles-with.patch (text/plain), 1.37 KB, created by
Matt Blenkinsop
on 2024-05-08 10:45:07 UTC
(
hide
)
Description:
Bug 36618: (QA follow-up) Hide option for titles with no linked record
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2024-05-08 10:45:07 UTC
Size:
1.37 KB
patch
obsolete
>From fdefae41510f1d8c0f041dba209625822804194c Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Wed, 8 May 2024 10:30:10 +0000 >Subject: [PATCH] Bug 36618: (QA follow-up) Hide option for titles with no > linked record > >This patch hides the "Update linked biblio" option for titles that have been created with no linked biblio record >--- > .../js/vue/components/ERM/EHoldingsLocalTitlesFormAdd.vue | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesFormAdd.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesFormAdd.vue >index bd4ff14f66..a8aadc60b0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesFormAdd.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesFormAdd.vue >@@ -366,7 +366,12 @@ > </li> > </ol> > </fieldset> >- <fieldset class="rows"> >+ <fieldset >+ class="rows" >+ v-if=" >+ (title.title_id && title.biblio_id) || !title.title_id >+ " >+ > > <legend> > {{ > $__("%s linked biblio record").format( >-- >2.37.1 (Apple Git-137.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 36618
:
164992
|
164993
|
166149
|
166150
|
166380
|
166381
|
166382
|
166386
|
166387
|
166388
|
167111