Bugzilla – Attachment 161788 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.74 KB, created by
Owen Leonard
on 2024-02-06 17:07:25 UTC
(
hide
)
Description:
Bug 36004: Fixed typo in successfully
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-02-06 17:07:25 UTC
Size:
1.74 KB
patch
obsolete
>From 683b44a2b066576a2d6b5f34dd4e175360552287 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> >--- > 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 18e60156f4..5e3a4d77b4 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