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:
@@ -251,6 +251,10 @@
|
|||||||
// this implies no content in the Path at all
|
// this implies no content in the Path at all
|
||||||
OPT.root_eid = {{ query_data.root_eid }};
|
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...
|
// get items out of query_data into convenience javascript vars...
|
||||||
var move_paths = {{ query_data.move_paths|tojson }};
|
var move_paths = {{ query_data.move_paths|tojson }};
|
||||||
var NMO={{query_data.NMO|tojson}}
|
var NMO={{query_data.NMO|tojson}}
|
||||||
|
|||||||
Reference in New Issue
Block a user