Bugzilla – Attachment 79296 Details for
Bug 16424
Advanced editor reverts records back to Default framework
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16424: Make the svc/bib service keep the existing framework code
Bug-16424-Make-the-svcbib-service-keep-the-existin.patch (text/plain), 1.05 KB, created by
Michal Denar
on 2018-09-24 11:55:25 UTC
(
hide
)
Description:
Bug 16424: Make the svc/bib service keep the existing framework code
Filename:
MIME Type:
Creator:
Michal Denar
Created:
2018-09-24 11:55:25 UTC
Size:
1.05 KB
patch
obsolete
>From 2a031513651e23ecf7dc3a2b3e9f5bf1e454374c Mon Sep 17 00:00:00 2001 >From: Ere Maijala <ere.maijala@helsinki.fi> >Date: Sun, 16 Sep 2018 21:39:54 +0300 >Subject: [PATCH] Bug 16424: Make the svc/bib service keep the existing > framework code > >Previously the framework code would have been reset when the record was saved, but that seems to have been a mistake. > >Signed-off-by: Michal Denar <black23@gmail.com> > >Signed-off-by: Your Full Name <your_email> >--- > svc/bib | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/svc/bib b/svc/bib >index 5898517..1cb176e 100755 >--- a/svc/bib >+++ b/svc/bib >@@ -80,7 +80,7 @@ sub update_bib { > my $query = shift; > my $biblionumber = shift; > my $old_record = GetMarcBiblio({ biblionumber => $biblionumber }); >- my $frameworkcode = $query->url_param('frameworkcode') // ''; >+ my $frameworkcode = $query->url_param('frameworkcode') // GetFrameworkCode($biblionumber); > unless (defined $old_record) { > print $query->header(-type => 'text/xml', -status => '404 Not Found'); > return; >-- >2.1.4
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 16424
:
78977
|
78978
|
79009
|
79010
|
79011
|
79017
|
79022
|
79294
|
79295
|
79296
|
79297
|
79298
|
79499
|
79500
|
79501
|
79502
|
79503
|
79504
|
79621