File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ module.exports = function(grunt) {
244244 var payload = {
245245 oid : panel_oid ,
246246 settings : JSON . stringify ( {
247- "title" : config . name ,
247+ "title" : pkg . name ,
248248 "project" : null ,
249249 "content" : html ,
250250 "autoResize" : true
@@ -319,7 +319,7 @@ module.exports = function(grunt) {
319319 } ;
320320
321321 var payload = {
322- name : "*" + config . name ,
322+ name : "*" + pkg . name ,
323323 editorMode : 'create' ,
324324 pid : 'myhome' ,
325325 oid : 6440917 ,
Original file line number Diff line number Diff line change 11{
2- "name" : " Custom Grid with Deep Export" ,
32 "className" : " custom-grid-with-deep-export" ,
43 "server" : " https://rally1.rallydev.com" ,
54 "sdk" : " 2.1" ,
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22<html>
33<head>
4- <title>custom-grid-with-deep-export-1.2.1-3 </title>
4+ <title>custom-grid-with-deep-export-1.2.1</title>
55 <!-- (c) 2017 CA Technologies. All Rights Reserved. -->
6- <!-- Build Date: Wed Sep 12 2018 14:38:33 GMT+0000 (UTC) -->
6+ <!-- Build Date: Wed Sep 12 2018 15:05:38 GMT+0000 (UTC) -->
77
88 <script type="text/javascript">
9- var APP_BUILD_DATE = "Wed Sep 12 2018 14:38:33 GMT+0000 (UTC)";
10- var CHECKSUM = 31590175267 ;
9+ var APP_BUILD_DATE = "Wed Sep 12 2018 15:05:38 GMT+0000 (UTC)";
10+ var CHECKSUM = 31585367052 ;
1111 </script>
1212
1313 <script type="text/javascript" src="/apps/2.1/sdk.js"></script>
Original file line number Diff line number Diff line change 11{
22 "name" : " custom-grid-with-deep-export" ,
3- "version" : " 1.2.1-3 " ,
3+ "version" : " 1.2.1" ,
44 "scripts" : {
55 "debug" : " grunt debug" ,
66 "debug:watch" : " nodemon --exec grunt debug" ,
You can’t perform that action at this time.
0 commit comments