Bugzilla – Attachment 162374 Details for
Bug 36004
Typo in "Your concern was successfully submitted" OPAC text
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36004: Fixed typo in successfully
Bug-36004-Fixed-typo-in-successfully.patch (text/plain), 1.80 KB, created by
Julian Maurice
on 2024-02-23 10:53:41 UTC
(
hide
)
Description:
Bug 36004: Fixed typo in successfully
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2024-02-23 10:53:41 UTC
Size:
1.80 KB
patch
obsolete
>From 9da2e6562bd79eedd2577f0016c1ef6113bddb64 Mon Sep 17 00:00:00 2001 >From: Laura Escamilla <laura.escamilla@bywatersolutions.com> >Date: Tue, 6 Feb 2024 16:13:32 +0000 >Subject: [PATCH] Bug 36004: Fixed typo in successfully > >To test: > >1. Turn on the syspref 'OpacCatalogConcerns' > >2. Go to view a record in the OPAC and click on "Report a concern" in > the column located on the right-hand side. > >3. Fill out the title on the form and leave everything else the same. > Click on submit and notice that the message on the screen says "Your > concern was sucessfully submitted." > >4. Apply the patch. > >5. Submit a new concern. Notice that the text now has "successfully" > spelled correctly. > >6. Sign off and have a great day! :D > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >--- > koha-tmpl/opac-tmpl/bootstrap/js/modals/catalog_concern.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/js/modals/catalog_concern.js b/koha-tmpl/opac-tmpl/bootstrap/js/modals/catalog_concern.js >index 18e60156f4b..5e3a4d77b48 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/js/modals/catalog_concern.js >+++ b/koha-tmpl/opac-tmpl/bootstrap/js/modals/catalog_concern.js >@@ -52,7 +52,7 @@ $(document).ready(function() { > $('#addConcernModal').modal('hide'); > $('#concern_body').val(''); > $('#concern_title').val(''); >- $('h1:first').before('<div class="alert alert-success">' + __("Your concern was sucessfully submitted.") + '</div>'); >+ $('h1:first').before('<div class="alert alert-success">' + __("Your concern was successfully submitted.") + '</div>'); > }, > error: function(data) { > $('#concern-submit-spinner').hide(); >-- >2.30.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 36004
:
161785
|
161788
| 162374