We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc7fad commit 81ffe1cCopy full SHA for 81ffe1c
assets/javascripts/gtt_print.js
@@ -52,6 +52,9 @@ $(function() {
52
requestData.attributes.map.center = ol.extent.getCenter(feature.getGeometry().getExtent());
53
}
54
55
+ // Apply template variables
56
+ requestData.attributes.title = paramObj["issue[subject]"];
57
+
58
console.log(requestData);
59
var startTime = new Date().getTime();
60
0 commit comments