Bugzilla – Attachment 160304 Details for
Bug 35650
'Check the logs' string dot-inconsistent
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35650: (follow-up) Other cases found
Bug-35650-follow-up-Other-cases-found.patch (text/plain), 25.06 KB, created by
David Nind
on 2023-12-26 21:39:13 UTC
(
hide
)
Description:
Bug 35650: (follow-up) Other cases found
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-12-26 21:39:13 UTC
Size:
25.06 KB
patch
obsolete
>From c0864aa2025e0fb1a7ec854539b33c3b4a9e21bd Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 26 Dec 2023 11:47:37 -0300 >Subject: [PATCH] Bug 35650: (follow-up) Other cases found > >while editing files for the main patch, I noticed some tiny cases. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: David Nind <david@davidnind.com> >--- > .../prog/en/modules/admin/additional-fields.tt | 8 ++++---- > .../prog/en/modules/admin/cash_registers.tt | 2 +- > .../prog/en/modules/admin/classsources.tt | 6 +++--- > .../prog/en/modules/admin/credit_types.tt | 8 ++++---- > .../prog/en/modules/admin/currency.tt | 10 +++++----- > .../prog/en/modules/admin/debit_types.tt | 8 ++++---- > .../intranet-tmpl/prog/en/modules/admin/desks.tt | 12 ++++++------ > .../en/modules/admin/identity_provider_domains.tt | 2 +- > .../prog/en/modules/admin/identity_providers.tt | 2 +- > .../prog/en/modules/admin/ill_batch_statuses.tt | 8 ++++---- > .../prog/en/modules/admin/itemtypes.tt | 12 ++++++------ > .../prog/en/modules/admin/restrictions.tt | 14 +++++++------- > .../prog/en/modules/admin/usage_statistics.tt | 12 ++++++------ > .../prog/en/modules/tools/additional-contents.tt | 8 ++++---- > .../prog/en/modules/tools/csv-profiles.tt | 12 ++++++------ > .../intranet-tmpl/prog/en/modules/tools/quotes.tt | 8 ++++---- > koha-tmpl/intranet-tmpl/prog/js/holds.js | 2 +- > 17 files changed, 67 insertions(+), 67 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt >index a569c43fc8..19c05c99cb 100755 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt >@@ -90,21 +90,21 @@ > [% FOR message IN messages %] > [% IF message.code == 'insert' %] > [% IF message.number > 0 %] >- <div class="dialog message">The field has been added</div> >+ <div class="dialog message">The field has been added.</div> > [% ELSE %] > <div class="dialog alert">The field could not be added. Perhaps the name already exists?</div> > [% END %] > [% ELSIF message.code == 'update' %] > [% IF message.number > 0 %] >- <div class="dialog message">The field has been updated</div> >+ <div class="dialog message">The field has been updated.</div> > [% ELSE %] > <div class="dialog alert">The field could not be updated. Perhaps the name already exists?</div> > [% END %] > [% ELSIF message.code == 'delete' %] > [% IF message.number > 0 %] >- <div class="dialog message">The field has been deleted</div> >+ <div class="dialog message">The field has been deleted.</div> > [% ELSE %] >- <div class="dialog alert">The field could not be deleted. Check the log for errors.</div> >+ <div class="dialog alert">The field could not be deleted. Check the logs for details.</div> > [% END %] > [% END %] > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt >index dc1d49acf1..123db80777 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt >@@ -78,7 +78,7 @@ > [% CASE 'success_on_update' %] > <span>Cash register updated successfully.</span> > [% CASE 'error_on_update' %] >- <span>An error occurred when updating this cash register.</span> >+ <span>An error occurred when updating this cash register. Check the logs for details.</span> > [% CASE 'success_on_default' %] > <span>Library default updated successfully.</span> > [% CASE 'error_on_update' %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt >index a43beb37ea..a8d967e7c0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt >@@ -99,7 +99,7 @@ > <div class="dialog [% m.type | html %]"> > [% SWITCH m.code %] > [% CASE 'error_on_update_source' %] >- <span>An error occurred when updating this classification source.</span> >+ <span>An error occurred when updating this classification source. Check the logs for details.</span> > [% CASE 'success_on_update_source' %] > <span>Classification source updated successfully.</span> > [% CASE 'error_on_insert_source' %] >@@ -111,7 +111,7 @@ > [% CASE 'success_on_delete_source' %] > <span>Classification source deleted successfully.</span> > [% CASE 'error_on_update_sort_rule' %] >- <span>An error occurred when updating this filing rule.</span> >+ <span>An error occurred when updating this filing rule. Check the logs for details.</span> > [% CASE 'success_on_update_sort_rule' %] > <span>Filing rule updated successfully.</span> > [% CASE 'error_on_insert_sort_rule' %] >@@ -123,7 +123,7 @@ > [% CASE 'success_on_delete_sort_rule' %] > <span>Filing rule deleted successfully.</span> > [% CASE 'error_on_update_split_rule' %] >- <span>An error occurred when updating this splitting rule.</span> >+ <span>An error occurred when updating this splitting rule. Check the logs for details.</span> > [% CASE 'success_on_update_split_rule' %] > <span>Splitting rule updated successfully.</span> > [% CASE 'error_on_insert_split_rule' %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt >index 7849c066e7..bf8ceaec6a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt >@@ -62,13 +62,13 @@ > <div class="dialog [% m.type | html %]"> > [% SWITCH m.code %] > [% CASE 'success_on_saving' %] >- <span>Credit type saved successfully</span> >+ <span>Credit type saved successfully.</span> > [% CASE 'error_on_saving' %] >- <span>An error occurred when saving this credit type</span> >+ <span>An error occurred when saving this credit type.</span> > [% CASE 'success_on_archive' %] >- <span>Credit type archived successfully</span> >+ <span>Credit type archived successfully.</span> > [% CASE 'success_on_restore' %] >- <span>Credit type restored successfully</span> >+ <span>Credit type restored successfully.</span> > [% CASE %] > <span>[% m.code | html %]</span> > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >index efb104a1d0..a7ca07847f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt >@@ -79,17 +79,17 @@ > <div class="dialog [% m.type | html %]"> > [% SWITCH m.code %] > [% CASE 'error_on_update' %] >- <span>An error occurred when updating this currency. Perhaps it already exists</span> >+ <span>An error occurred when updating this currency. Perhaps it already exists.</span> > [% CASE 'error_on_insert' %] >- <span>An error occurred when adding this currency. The currency code might already exist</span> >+ <span>An error occurred when adding this currency. The currency code might already exist.</span> > [% CASE 'error_on_delete' %] > <span>An error occurred when deleting this currency. Check the logs for details.</span> > [% CASE 'success_on_update' %] >- <span>Currency updated successfully</span> >+ <span>Currency updated successfully.</span> > [% CASE 'success_on_insert' %] >- <span>Currency added successfully</span> >+ <span>Currency added successfully.</span> > [% CASE 'success_on_delete' %] >- <span>Currency deleted successfully</span> >+ <span>Currency deleted successfully.</span> > [% CASE %] > <span>[% m.code | html %]</span> > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt >index 66766287c6..8ba8cc4077 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt >@@ -61,13 +61,13 @@ > <div class="dialog [% m.type | html %]"> > [% SWITCH m.code %] > [% CASE 'success_on_saving' %] >- <span>Debit type saved successfully</span> >+ <span>Debit type saved successfully.</span> > [% CASE 'error_on_saving' %] >- <span>An error occurred when saving this debit type</span> >+ <span>An error occurred when saving this debit type. Check the logs for details.</span> > [% CASE 'success_on_archive' %] >- <span>Debit type archived successfully</span> >+ <span>Debit type archived successfully.</span> > [% CASE 'success_on_restore' %] >- <span>Debit type restored successfully</span> >+ <span>Debit type restored successfully.</span> > [% CASE %] > <span>[% m.code | html %]</span> > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt >index c72629441a..190ad855ae 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt >@@ -71,19 +71,19 @@ > <div class="dialog [% m.type | html %]"> > [% SWITCH m.code %] > [% CASE 'error_on_update' %] >- <span>An error occurred when updating this desk. Perhaps it already exists</span> >+ <span>An error occurred when updating this desk. Perhaps it already exists.</span> > [% CASE 'error_on_insert' %] >- <span>An error occurred when adding this desk. The desk ID might already exist</span> >+ <span>An error occurred when adding this desk. The desk ID might already exist.</span> > [% CASE 'error_on_delete' %] > <span>An error occurred when deleting this desk. Check the logs for details.</span> > [% CASE 'success_on_update' %] >- <span>Desk updated successfully</span> >+ <span>Desk updated successfully.</span> > [% CASE 'success_on_insert' %] >- <span>Desk added successfully</span> >+ <span>Desk added successfully.</span> > [% CASE 'success_on_delete' %] >- <span>Desk deleted successfully</span> >+ <span>Desk deleted successfully.</span> > [% CASE 'already_exists' %] >- <span>This desk already exists</span> >+ <span>This desk already exists.</span> > [% CASE %] > <span>[% m.code | html %]</span> > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_provider_domains.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_provider_domains.tt >index 77b1feb30e..f7724e44f4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_provider_domains.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_provider_domains.tt >@@ -68,7 +68,7 @@ > [% CASE 'error_on_update' %] > <span>An error occurred trying to open the identity provider domain for editing. The passed ID is invalid.</span> > [% CASE 'error_on_insert' %] >- <span>An error occurred when adding a new identity provider domain.</span> >+ <span>An error occurred when adding a new identity provider domain. Check the logs for details.</span> > [% CASE 'success_on_update' %] > <span>Identity provider domain updated successfully.</span> > [% CASE 'success_on_insert' %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt >index a94dc964dd..c25639a38e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt >@@ -63,7 +63,7 @@ > [% CASE 'error_on_update' %] > <span>An error occurred trying to open the identity provider for editing. The passed ID is invalid.</span> > [% CASE 'error_on_insert' %] >- <span>An error occurred when adding a new identity provider.</span> >+ <span>An error occurred when adding a new identity provider. Check the logs for details.</span> > [% CASE 'success_on_update' %] > <span>Identity provider updated successfully.</span> > [% CASE 'success_on_insert' %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/ill_batch_statuses.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/ill_batch_statuses.tt >index 66f15e0d0b..8f9406c44f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/ill_batch_statuses.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/ill_batch_statuses.tt >@@ -53,13 +53,13 @@ > <div class="dialog [% m.type | html %]"> > [% SWITCH m.code %] > [% CASE 'success_on_saving' %] >- <span>Batch status saved successfully</span> >+ <span>Batch status saved successfully.</span> > [% CASE 'success_on_delete' %] >- <span>Batch status deleted successfully</span> >+ <span>Batch status deleted successfully.</span> > [% CASE 'error_on_saving' %] >- <span>An error occurred when saving this batch status</span> >+ <span>An error occurred when saving this batch status. Check the logs for details.</span> > [% CASE 'error_on_delete' %] >- <span>An error occurred when deleting this batch status</span> >+ <span>An error occurred when deleting this batch status.</span> > [% CASE %] > <span>[% m.code | html %]</span> > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >index 97fdc778f3..97f463c1cb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >@@ -120,19 +120,19 @@ > <div class="dialog [% m.type | html %]"> > [% SWITCH m.code %] > [% CASE 'error_on_update' %] >- <span>An error occurred when updating this item type. Perhaps the value already exists</span> >+ <span>An error occurred when updating this item type. Perhaps the value already exists.</span> > [% CASE 'error_on_insert' %] >- <span>An error occurred when inserting this item type. Perhaps the value already exists</span> >+ <span>An error occurred when inserting this item type. Perhaps the value already exists.</span> > [% CASE 'error_on_delete' %] > <span>An error occurred when deleting this item type. Check the logs for details.</span> > [% CASE 'success_on_update' %] >- <span>Item type updated successfully</span> >+ <span>Item type updated successfully.</span> > [% CASE 'success_on_insert' %] >- <span>Item type inserted successfully</span> >+ <span>Item type inserted successfully.</span> > [% CASE 'success_on_delete' %] >- <span>Item type deleted successfully</span> >+ <span>Item type deleted successfully.</span> > [% CASE 'already_exists' %] >- <span>This item type already exists</span> >+ <span>This item type already exists.</span> > [% CASE 'cannot_be_deleted' %] > <span>Cannot delete this item type. <p><strong>This record is in use</strong>. Deletion is not possible.</p></span> > [% CASE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >index ff3ee00fab..4009efc8df 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >@@ -72,19 +72,19 @@ > <div class="dialog message [% m.code | html %]"> > [% SWITCH m.code %] > [% CASE 'add_success' %] >- Restriction type added >+ Restriction type added. > [% CASE 'update_success' %] >- Restriction type updated >+ Restriction type updated. > [% CASE 'duplicate_display_text' %] >- Another restriction type already has this label >+ Another restriction type already has this label. > [% CASE 'duplicate_code' %] >- Another restriction type already has this code >+ Another restriction type already has this code. > [% CASE 'delete_success' %] >- Restriction type deleted >+ Restriction type deleted. > [% CASE 'delete_default' %] >- Cannot delete the default restriction type >+ Cannot delete the default restriction type. > [% CASE 'delete_system' %] >- Cannot delete a system restriction type >+ Cannot delete a system restriction type. > [% CASE %] > [% m.code | html %] > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/usage_statistics.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/usage_statistics.tt >index 960bea41cc..ad72379c82 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/usage_statistics.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/usage_statistics.tt >@@ -40,19 +40,19 @@ > <div class="dialog [% m.type | html %]"> > [% SWITCH m.code %] > [% CASE 'error_on_update' %] >- <span>An error occurred when updating this patron category. Perhaps it already exists</span> >+ <span>An error occurred when updating this patron category. Perhaps it already exists.</span> > [% CASE 'error_on_insert' %] >- <span>An error occurred when inserting this patron category. The patron category might already exist</span> >+ <span>An error occurred when inserting this patron category. The patron category might already exist.</span> > [% CASE 'error_on_delete' %] > <span>An error occurred when deleting this patron category. Check the logs for details.</span> > [% CASE 'success_on_update' %] >- <span>Patron category updated successfully</span> >+ <span>Patron category updated successfully.</span> > [% CASE 'success_on_insert' %] >- <span>Patron category inserted successfully</span> >+ <span>Patron category inserted successfully.</span> > [% CASE 'success_on_delete' %] >- <span>Patron category deleted successfully</span> >+ <span>Patron category deleted successfully.</span> > [% CASE 'already_exists' %] >- <span>This patron category already exists</span> >+ <span>This patron category already exists.</span> > [% CASE %] > <span>[% m.code | html %]</span> > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >index 2d56f7f689..1461b74492 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >@@ -127,17 +127,17 @@ > <div class="dialog [% m.type | html %]"> > [% SWITCH m.code %] > [% CASE 'error_on_update' %] >- <span>An error occurred when updating this content. Perhaps it already exists</span> >+ <span>An error occurred when updating this content. Perhaps it already exists.</span> > [% CASE 'error_on_insert' %] > <span>An error occurred when adding this content. Check the logs for details.</span> > [% CASE 'error_on_delete' %] > <span>An error occurred when deleting this content. Check the logs for details.</span> > [% CASE 'success_on_update' %] >- <span>Content updated successfully</span> >+ <span>Content updated successfully.</span> > [% CASE 'success_on_insert' %] >- <span>Content added successfully</span> >+ <span>Content added successfully.</span> > [% CASE 'success_on_delete' %] >- <span>Content deleted successfully</span> >+ <span>Content deleted successfully.</span> > [% CASE %] > <span>[% m.code | html %]</span> > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt >index 64f2984d52..5949daac38 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt >@@ -66,19 +66,19 @@ > <div class="dialog [% m.type | html %]"> > [% SWITCH m.code %] > [% CASE 'error_on_update' %] >- <span>An error occurred when updating this CSV profile. Perhaps it already exists</span> >+ <span>An error occurred when updating this CSV profile. Perhaps it already exists.</span> > [% CASE 'error_on_insert' %] >- <span>An error occurred when adding this CSV profile</span> >+ <span>An error occurred when adding this CSV profile.</span> > [% CASE 'error_on_delete' %] > <span>An error occurred when deleting this CSV profile. Check the logs for details.</span> > [% CASE 'success_on_update' %] >- <span>CSV profile updated successfully</span> >+ <span>CSV profile updated successfully.</span> > [% CASE 'success_on_insert' %] >- <span>CSV profile added successfully</span> >+ <span>CSV profile added successfully.</span> > [% CASE 'success_on_delete' %] >- <span>CSV profile deleted successfully</span> >+ <span>CSV profile deleted successfully.</span> > [% CASE 'already_exists' %] >- <span>This CSV profile already exists</span> >+ <span>This CSV profile already exists.</span> > [% CASE %] > <span>[% m.code | html %]</span> > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt >index 2cafb7ed69..fb0988eb90 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt >@@ -56,13 +56,13 @@ > <div class="dialog [% m.type | html %]" id="quote_action_result_dialog"> > [% SWITCH m.code %] > [% CASE 'error_on_update' %] >- <span>An error occurred when updating this quote. Perhaps it already exists</span> >+ <span>An error occurred when updating this quote. Perhaps it already exists.</span> > [% CASE 'error_on_insert' %] >- <span>An error occurred when adding this quote</span> >+ <span>An error occurred when adding this quote. Check the logs for details.</span> > [% CASE 'success_on_update' %] >- <span>Quote updated successfully</span> >+ <span>Quote updated successfully.</span> > [% CASE 'success_on_insert' %] >- <span>Quote added successfully</span> >+ <span>Quote added successfully.</span> > [% CASE %] > <span>[% m.code | html %]</span> > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/js/holds.js b/koha-tmpl/intranet-tmpl/prog/js/holds.js >index 460fa4dec0..dc8cd8a87b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/holds.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/holds.js >@@ -433,7 +433,7 @@ $(document).ready(function() { > holdsTable.api().ajax.reload(); > }).error(function (jqXHR, textStatus, errorThrown) { > if (jqXHR.status === 404) { >- alert(__("Unable to suspend, hold not found")); >+ alert(__("Unable to suspend, hold not found.")); > } > else { > alert(__("Your request could not be processed. Check the logs for details.")); >-- >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 35650
:
160295
|
160296
|
160303
|
160304
|
160587
|
160588