fix: Column rename persistence and comprehensive logging

Fixed column header renaming by creating new array references.
Added comprehensive console logging for debugging.
This commit is contained in:
sysadmin
2025-11-14 00:20:05 +00:00
parent abe01cb8a0
commit 35ebf58dca
3 changed files with 53 additions and 20 deletions

View File

@@ -67,14 +67,14 @@
@{await Html.RenderPartialAsync("_ValidationScriptsPartial");}
<!-- Handsontable Spreadsheet Library -->
<link rel="stylesheet" href="~/lib/handsontable/handsontable.full.min.css?v=20251113b" />
<script src="~/lib/handsontable/handsontable.full.min.js?v=20251113b"></script>
<link rel="stylesheet" href="~/lib/handsontable/handsontable.full.min.css?v=20251113c" />
<script src="~/lib/handsontable/handsontable.full.min.js?v=20251113c"></script>
<!-- Hammer.js for Touch Gestures -->
<script src="~/lib/hammerjs/hammer.min.js?v=20251113b"></script>
<script src="~/lib/hammerjs/hammer.min.js?v=20251113c"></script>
<!-- Variant Editor Module -->
<script src="~/js/variant-editor.js?v=20251113b"></script>
<script src="~/js/variant-editor.js?v=20251113c"></script>
<!-- Initialize Variant Editor -->
<script>

View File

@@ -78,14 +78,14 @@
@{await Html.RenderPartialAsync("_ValidationScriptsPartial");}
<!-- Handsontable Spreadsheet Library -->
<link rel="stylesheet" href="~/lib/handsontable/handsontable.full.min.css?v=20251113b" />
<script src="~/lib/handsontable/handsontable.full.min.js?v=20251113b"></script>
<link rel="stylesheet" href="~/lib/handsontable/handsontable.full.min.css?v=20251113c" />
<script src="~/lib/handsontable/handsontable.full.min.js?v=20251113c"></script>
<!-- Hammer.js for Touch Gestures -->
<script src="~/lib/hammerjs/hammer.min.js?v=20251113b"></script>
<script src="~/lib/hammerjs/hammer.min.js?v=20251113c"></script>
<!-- Variant Editor Module -->
<script src="~/js/variant-editor.js?v=20251113b"></script>
<script src="~/js/variant-editor.js?v=20251113c"></script>
<!-- Initialize Variant Editor -->
<script>