Skip to content

Commit

Permalink
Merge pull request #23 from redhataccess/pcm-1625
Browse files Browse the repository at this point in the history
pcm-1625
  • Loading branch information
renujhamtani committed Dec 16, 2015
2 parents 80743ac + 5824442 commit 595dec5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stratajs",
"description": "JavaScript Library to interact with the Red Hat Customer Portal API",
"version": "1.4.7",
"version": "1.4.8",
"main": "strata.js",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions strata.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
solutionReviewSelector,
attachmentMaxSize;

strata.version = '1.4.2';
strata.version = '1.4.8';
redhatClientID = 'stratajs-' + strata.version;

if (window.portal && window.portal.host) {
Expand Down Expand Up @@ -1864,7 +1864,7 @@
if (isUrl(accountnum)) {
url = new Uri(accountnum);
url.addQueryParam(redhatClient, redhatClientID);
} else if (group === undefined) {
} else if (group === undefined || group === "-1") {
url = strataHostname.clone().setPath('/rs/accounts/' + accountnum + '/users');
} else {
url = strataHostname.clone()
Expand Down

0 comments on commit 595dec5

Please sign in to comment.