Bugzilla – Attachment 158624 Details for
Bug 35258
Updating po files locally fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35258: Remove uneeded comment and fix po:update
Bug-35258-Remove-uneeded-comment-and-fix-poupdate.patch (text/plain), 1.93 KB, created by
Katrin Fischer
on 2023-11-07 21:34:53 UTC
(
hide
)
Description:
Bug 35258: Remove uneeded comment and fix po:update
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-11-07 21:34:53 UTC
Size:
1.93 KB
patch
obsolete
>From 35def4b3a282cc45edc5f59d40b868bf3ed08265 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 7 Nov 2023 22:16:31 +0100 >Subject: [PATCH] Bug 35258: Remove uneeded comment and fix po:update > >This comment was breaking gulp po:update on D11 >koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/LicensesShow.vue:82: warning: unterminated string >Aborted (core dumped) > > at ChildProcess.exithandler (node:child_process:419:12) > at ChildProcess.emit (node:events:514:28) > at ChildProcess.emit (node:domain:552:15) > at maybeClose (node:internal/child_process:1091:16) > at Socket.<anonymous> (node:internal/child_process:449:11) > at Socket.emit (node:events:514:28) > at Socket.emit (node:domain:552:15) > at Pipe.<anonymous> (node:net:323:12) > at Pipe.callbackTrampoline (node:internal/async_hooks:130:17) >[19:23:07] 'po:update' errored after 1.14 s > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../vue/components/ERM/UsageStatisticsDataProvidersFormAdd.vue | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFormAdd.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFormAdd.vue >index 8dd5de4523..d954ed6e0a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFormAdd.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFormAdd.vue >@@ -11,7 +11,6 @@ > <h2 v-else>{{ $__("New usage data provider") }}</h2> > <div class="page-section"> > <form @submit="onSubmit($event)"> >- <!-- <div class="page-section"> This is on other components such as AgreementsFormAdd.vue and just makes it look messy - what purpose is it serving?--> > <legend>{{ $__("Data provider") }}</legend> > <fieldset class="rows"> > <ol> >-- >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 35258
:
158622
| 158624