Skip to content

Commit

Permalink
0.9.9
Browse files Browse the repository at this point in the history
* fix - restore option is working
  • Loading branch information
countnazgul committed Sep 7, 2016
1 parent 0d004be commit 4782fc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file modified QS-backup-and-restore-app.zip
Binary file not shown.
3 changes: 2 additions & 1 deletion backup-and-restore.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ require(['jquery', 'qsocks', 'serializeApp', 'dataTables'], function ($, qsocks,
if (present == true) {
status.forUpdate.push(d)
} else {
if (appInfos.qInfo[i].qType != 'dataconnections' ) {
if (appInfos.qInfos[i].qType != 'dataconnections' ) {
status.forDelete.push(appInfos.qInfos[i])
}
}
Expand Down Expand Up @@ -197,6 +197,7 @@ require(['jquery', 'qsocks', 'serializeApp', 'dataTables'], function ($, qsocks,
return importData.push(['dimension', d.data.qMetaDef.title, d.info.qId, 'create']);
})
} else if (d.info.qType === 'variable') {
//console.log(JSON.stringify(d.data));
return main.app.createVariableEx(d.data).then(function (msg) {
return importData.push(['variable', d.data.qName, d.info.qId, 'create']);
})
Expand Down
2 changes: 1 addition & 1 deletion backup-and-restore.qext
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "mashup",
"name": "Backup and Restore",
"version": "0.9.8",
"version": "0.9.9",
"description": "Bachup and restore QS app",
"preview": "images/preview.png",
"homepage": "https://github.com/countnazgul/QS-backup-and-restore-app",
Expand Down

0 comments on commit 4782fc2

Please sign in to comment.