Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 214a46e

Browse files
committedMar 15, 2016
Merge pull request #747 from appirio-tech/qa-integration
QA to Prod
2 parents f624739 + 2e7697e commit 214a46e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎app/filters/challengeLinks.filter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import angular from 'angular'
3838
case 'data':
3939
return String.supplant('https://apps.{domain}/forums/?module=Category&categoryID={forumId}', data)
4040
case 'design':
41-
return String.supplant('https://apps.{domain}/forums/?module=ThreadList&forumId={forumId}', data)
41+
return String.supplant('https://apps.{domain}/forums/?module=ThreadList&forumID={forumId}', data)
4242
}
4343
/*eslint no-fallthrough:0*/
4444
case 'submissions':

‎app/filters/filters.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ describe('filters', function() {
8282
subTrack : 'WEB_DESIGN'
8383
}
8484
expect(challengeLinksFilter(_ch, 'detail')).to.be.equal('https://www.'+domain+'/challenge-details/1/?type=design')
85-
expect(challengeLinksFilter(_ch, 'forums')).to.be.equal('https://apps.'+domain+'/forums/?module=ThreadList&forumId=2')
85+
expect(challengeLinksFilter(_ch, 'forums')).to.be.equal('https://apps.'+domain+'/forums/?module=ThreadList&forumID=2')
8686
expect(challengeLinksFilter(_ch, 'registrants')).to.be.equal('https://www.'+domain+'/challenge-details/1/?type=design#viewRegistrant')
8787
expect(challengeLinksFilter(_ch, 'submissions')).to.be.equal('https://www.'+domain+'/challenge-details/1/?type=design#submissions')
8888
})

0 commit comments

Comments
 (0)
This repository has been archived.