Bugzilla – Attachment 173067 Details for
Bug 38082
Advanced editor does not save the selected framework with new record
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38082: Advanced editor does not save the selected framework
Bug-38082-Advanced-editor-does-not-save-the-select.patch (text/plain), 1.84 KB, created by
Emily Lamancusa (emlam)
on 2024-10-21 15:04:40 UTC
(
hide
)
Description:
Bug 38082: Advanced editor does not save the selected framework
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-10-21 15:04:40 UTC
Size:
1.84 KB
patch
obsolete
>From 39a1908ce3256771dd463e358a1b4d08a2919371 Mon Sep 17 00:00:00 2001 >From: Janusz Kaczmarek <januszop@gmail.com> >Date: Thu, 3 Oct 2024 18:22:39 +0000 >Subject: [PATCH] Bug 38082: Advanced editor does not save the selected > framework > >When creating a fresh record in the advanced editor, it does not >save the framework selected from the Settings dropdown. > >Test plan: >========== > >1. Enable the advanced editor feature (EnableAdvancedCatalogingEditor). >2. Start editing a new record in the advanced editor. Fill in the > mandatory fields, select a framework (other than Default) from the > Settings dropdown, save the record. >3. Select view -- note that the record has been saved with the Default > framework. >4. Apply the patch; restart_all; refresh the browser window. >5. Repeat p. 2. >6. Select view -- you should now see that the record has been saved with > the correct, selected framework. > >Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > koha-tmpl/intranet-tmpl/prog/js/fetch/cataloguing-api-client.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/fetch/cataloguing-api-client.js b/koha-tmpl/intranet-tmpl/prog/js/fetch/cataloguing-api-client.js >index 00959be93c..7bae56d62a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/fetch/cataloguing-api-client.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/fetch/cataloguing-api-client.js >@@ -12,7 +12,7 @@ export class CataloguingAPIClient extends HttpClient { > return { > create: bib_info => > this.post({ >- endpoint: "new_bib/frameworkcode=%s".format( >+ endpoint: "new_bib/?frameworkcode=%s".format( > bib_info.frameworkcode > ), > body: bib_info.record.toXML(), >-- >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 38082
:
172367
|
172372
| 173067