for now, store away amendment types into dom for client-side additions - still working on right place for the additions

This commit is contained in:
2025-10-19 11:29:52 +11:00
parent d65f3b32d3
commit 8969cd452e

View File

@@ -251,6 +251,10 @@
// this implies no content in the Path at all
OPT.root_eid = {{ query_data.root_eid }};
// amendment types are stable per code release, store them once and use as
// needed when we amend entrys in Transforms, removes, etc.
document.amendTypes = {{ query_data.amendTypes|tojson }};
// get items out of query_data into convenience javascript vars...
var move_paths = {{ query_data.move_paths|tojson }};
var NMO={{query_data.NMO|tojson}}