Skip to content

Commit 81ffe1c

Browse files
committed
Title from report
1 parent 0bc7fad commit 81ffe1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

assets/javascripts/gtt_print.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ $(function() {
5252
requestData.attributes.map.center = ol.extent.getCenter(feature.getGeometry().getExtent());
5353
}
5454

55+
// Apply template variables
56+
requestData.attributes.title = paramObj["issue[subject]"];
57+
5558
console.log(requestData);
5659
var startTime = new Date().getTime();
5760

0 commit comments

Comments
 (0)