Bugzilla – Attachment 166388 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.41 KB, created by
Nick Clemens (kidclamp)
on 2024-05-08 11:12:29 UTC
(
hide
)
Description:
Bug 36618: (QA follow-up) Hide option for titles with no linked record
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-05-08 11:12:29 UTC
Size:
1.41 KB
patch
obsolete
>From 432acc467a10ba9a58d9cc2ff668558f0c7f2f5b 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 > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > .../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 bd4ff14f669..a8aadc60b04 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.39.2
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