vcomply-workflow-engine 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/vcomply-workflow-engine.umd.js +2 -7
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/log-an-issue/log-an-issue.component.js +3 -8
- package/fesm2015/vcomply-workflow-engine.js +2 -7
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/package.json +1 -1
|
@@ -12881,7 +12881,7 @@
|
|
|
12881
12881
|
}
|
|
12882
12882
|
};
|
|
12883
12883
|
LogAnIssueComponent.prototype.viewIssue = function () {
|
|
12884
|
-
var _a
|
|
12884
|
+
var _a;
|
|
12885
12885
|
this.disconnectRefresh.emit(false);
|
|
12886
12886
|
var url;
|
|
12887
12887
|
if (window.location.host.startsWith('localhost')) {
|
|
@@ -12890,12 +12890,7 @@
|
|
|
12890
12890
|
else {
|
|
12891
12891
|
url = 'https://' + window.location.host;
|
|
12892
12892
|
}
|
|
12893
|
-
|
|
12894
|
-
url += '/issue/issue-workroom/' + ((_a = this.issueData) === null || _a === void 0 ? void 0 : _a._id);
|
|
12895
|
-
}
|
|
12896
|
-
else {
|
|
12897
|
-
url += '/issue/audit/issue-workroom/' + ((_b = this.issueData) === null || _b === void 0 ? void 0 : _b._id);
|
|
12898
|
-
}
|
|
12893
|
+
url += '/issue/issue-workroom/' + ((_a = this.issueData) === null || _a === void 0 ? void 0 : _a._id);
|
|
12899
12894
|
window.location.href = url;
|
|
12900
12895
|
};
|
|
12901
12896
|
/**
|