Skip to content

Commit

Permalink
Merge pull request #2341 from vishnubansaltarento/uat-feedback-changes
Browse files Browse the repository at this point in the history
Uat feedback changes
  • Loading branch information
vishnubansaltarento authored Jul 23, 2024
2 parents cebfacb + d35636b commit 16e7f9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@project-sunbird/sb-styles": "0.0.7",
"@project-sunbird/sunbird-quml-player": "0.0.6",
"@project-sunbird/telemetry-sdk": "0.0.26",
"@sunbird-cb/consumption": "0.0.53",
"@sunbird-cb/consumption": "0.0.57",
"@sunbird-cb/design-system": "0.0.2",
"@sunbird-cb/discussions-ui-v8": "2.1.3",
"@sunbird-cb/micro-surveys": "^2.0.17",
Expand Down
6 changes: 5 additions & 1 deletion src/app/component/cbp-plan-feed/cbp-plan-feed.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ <h5 class="heading">{{'cbpPlanFeed.title' | translate}}</h5>
<p>{{translateLabel(filterValuesBinding[item.key][item1], 'searchfilters')}}</p>
</ng-container>
<ng-template #allEle>
<p>{{translateLabel(item1, 'searchfilters')}}</p>
<p *ngIf="(item.key !== 'competencyArea' && item.key !== 'competencyTheme' &&
item.key !== 'competencySubTheme' && item.key !== 'providers'); else allThemeEle">{{translateLabel(item1, 'searchfilters')}}</p>
</ng-template>
<ng-template #allThemeEle>
<p>{{item1}}</p>
</ng-template>
<mat-icon aria-hidden="true" (click)="closeFilter(item1,item.key)" class="ws-mat-default-text mat-icon notranslate material-icons mat-icon-no-color filter-acbp cursor-pointer" role="img"> close </mat-icon>
</div>
Expand Down

0 comments on commit 16e7f9c

Please sign in to comment.