Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Issue #SB-13503 fix: Added ignoreActivechannel property in GetSuggest…
Browse files Browse the repository at this point in the history
…edFrameworkRequest.
  • Loading branch information
swayangjit committed Jul 9, 2019
1 parent 1c28cee commit 32150bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/profile/guest-edit.profile/guest-edit.profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,8 @@ export class GuestEditProfilePage {
this.loader.present();
const getSuggestedFrameworksRequest: GetSuggestedFrameworksRequest = {
language: this.translate.currentLang,
requiredCategories: FrameworkCategoryCodesGroup.DEFAULT_FRAMEWORK_CATEGORIES
requiredCategories: FrameworkCategoryCodesGroup.DEFAULT_FRAMEWORK_CATEGORIES,
ignoreActiveChannel: true
};
this.frameworkUtilService.getActiveChannelSuggestedFrameworkList(getSuggestedFrameworksRequest).toPromise()
.then((result: Framework[]) => {
Expand Down

0 comments on commit 32150bb

Please sign in to comment.