Bugzilla – Attachment 173679 Details for
Bug 34324
Merge OPACProblemReport and CatalogConcern functions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34324: Next steps commented
Bug-34324-Next-steps-commented.patch (text/plain), 1.04 KB, created by
Martin Renvoize (ashimema)
on 2024-10-29 15:46:37 UTC
(
hide
)
Description:
Bug 34324: Next steps commented
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-10-29 15:46:37 UTC
Size:
1.04 KB
patch
obsolete
>From 9ba81894bb014eb1eb932cd66b3ce749724dc020 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 21 Dec 2023 14:41:52 +0000 >Subject: [PATCH] Bug 34324: Next steps commented > >--- > koha-tmpl/opac-tmpl/bootstrap/js/modals/problem_report.js | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/js/modals/problem_report.js b/koha-tmpl/opac-tmpl/bootstrap/js/modals/problem_report.js >index 29aa6b8bf43..d25fb17d7a8 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/js/modals/problem_report.js >+++ b/koha-tmpl/opac-tmpl/bootstrap/js/modals/problem_report.js >@@ -28,6 +28,14 @@ $(document).ready(function() { > let problem_body = $('#problem_body').val(); > let reporter_id = $('#problem_reporter').val(); > >+ /* >+ let url_field = $.ajax({ >+ url: "/api/v1/additional_fields" >+ dataType: "json", >+ type: "GET" >+ }); >+ */ >+ > params = { > source: 'opac_problem', > title: problem_title, >-- >2.47.0
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 34324
:
160199
|
160200
|
160201
|
160202
|
160203
|
160204
|
160205
|
160206
|
173580
|
173581
|
173582
|
173583
|
173584
|
173585
|
173586
|
173587
|
173671
|
173672
|
173673
|
173674
|
173675
|
173676
|
173677
|
173678
| 173679 |
173680