[Koha-bugs] [Bug 32806] Some Vue files need to be moved for better reusability

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 8 22:19:15 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32806

Andrew Nugged <nugged at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nugged at gmail.com

--- Comment #64 from Andrew Nugged <nugged at gmail.com> ---
Is this lost in this ticket or did I miss a dependency?
Because I don't see any physical renaming for

main.js -> erm.js

and it fails to create a transitional piloting build for our production
piloting library for 22.11.x (but I assume master branch too?):

  make[1]: *** No rule to make target 'koha-tmpl/intranet- 
  tmpl/prog/js/vue/dist/erm.js', needed by 'pm_to_blib'.  Stop.

so this error means that the target is not present, and I noticed that the
.../js/dist/ folder still contains main.*, but not erm.*.

I did renaming additionally (this patch below), and the build was successful. 


---
 koha-tmpl/intranet-tmpl/prog/js/vue/dist/{main.js => erm.js}      | 0
 .../prog/js/vue/dist/{main.js.LICENSE.txt => erm.js.LICENSE.txt}  | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename koha-tmpl/intranet-tmpl/prog/js/vue/dist/{main.js => erm.js} (100%)
 rename koha-tmpl/intranet-tmpl/prog/js/vue/dist/{main.js.LICENSE.txt =>
erm.js.LICENSE.txt} (100%)

diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/dist/main.js
b/koha-tmpl/intranet-tmpl/prog/js/vue/dist/erm.js
similarity index 100%
rename from koha-tmpl/intranet-tmpl/prog/js/vue/dist/main.js
rename to koha-tmpl/intranet-tmpl/prog/js/vue/dist/erm.js
diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/dist/main.js.LICENSE.txt
b/koha-tmpl/intranet-tmpl/prog/js/vue/dist/erm.js.LICENSE.txt
similarity index 100%
rename from koha-tmpl/intranet-tmpl/prog/js/vue/dist/main.js.LICENSE.txt
rename to koha-tmpl/intranet-tmpl/prog/js/vue/dist/erm.js.LICENSE.txt
--

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list