Skip to content

Commit

Permalink
Merge branch 'develop' into feature/variable-category-selector
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepsinn authored May 3, 2021
2 parents ed4db98 + 0dec311 commit 37a3741
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"simple-git": "1.126.0",
"superagent": "6.1.0",
"sw-precache": "5.2.1",
"sweetalert2": "10.16.0",
"sweetalert2": "10.16.7",
"taco-team-build": "0.2.5",
"time-require": "0.1.2",
"ts-node": "8.5.4",
Expand Down
3 changes: 1 addition & 2 deletions src/js/services/qmService.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,7 @@ angular.module('starter').factory('qmService', ["$http", "$q", "$rootScope", "$i
showErrorAlertMessageOrSendToLogin: function(title, errorMessage){
if(errorMessage){
if(typeof errorMessage !== "string"){
qmLog.error('errorMessage is not a string and is type '+typeof errorMessage+": "+JSON.stringify(errorMessage));
return;
errorMessage = JSON.stringify(errorMessage);
}
if(errorMessage.toLowerCase().indexOf('unauthorized') !== -1){
qm.auth.setAfterLoginGoToUrlAndSendToLogin(title + ": " + errorMessage);
Expand Down

1 comment on commit 37a3741

@mikepsinn
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

View recording of ionic_studies_spec.js
Cypress Dashboard or Build Log or S3

ionic_studies-ionic

BUILD LOG

Please sign in to comment.