Opened 14 years ago

Closed 14 years ago

#708 closed enhancement (fixed)

Add HQ print to template print module

Reported by: christoph Owned by: christoph
Priority: major Milestone: 2.7 release
Component: print Version:
Keywords: Cc:

Description

Make it configurable with an element var.

Change History (2)

comment:1 by christoph, 14 years ago

Owner: changed from dev to christoph
Status: newassigned

The replacement is handled on the client side. Here's an example for the element var.

INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('<appId>', 'printPDF', 'highqualitymapfiles', '[
    {
        "pattern": "/data/umn/germany/germany.map",
        "replacement" : {
            "288": "/data/umn/germany/germany_4.map" 
        }
    }
]', '' ,'var');

comment:2 by christoph, 14 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.