Skip to content

Commit

Permalink
Merge pull request #7424 from ilios/dependabot/npm_and_yarn/ilios-com…
Browse files Browse the repository at this point in the history
…mon-84.0.0

Bump ilios-common from 83.0.0 to 84.0.0
  • Loading branch information
dartajax authored Sep 22, 2023
2 parents 601bd3f + 92e2267 commit 0f05138
Show file tree
Hide file tree
Showing 8 changed files with 15,590 additions and 23,461 deletions.
2 changes: 1 addition & 1 deletion app/components/user-profile-cohorts-manager.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
{{#if this.selectableCohortsLoaded}}
<ul data-test-assignable-cohorts>
{{#each this.selectableCohorts as |cohort|}}
<li>
<li data-test-assignable-cohort>
<button
type="button"
class="link-button"
Expand Down
4 changes: 2 additions & 2 deletions app/components/user-profile-cohorts.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ export default class UserProfileCohortsComponent extends Component {

@dropTask
*save() {
this.args.user.set('primaryCohort', this.primaryCohortBuffer);
this.args.user.set('cohorts', this.secondaryCohortsBuffer);
this.args.user.primaryCohort = this.primaryCohortBuffer;
this.args.user.cohorts = this.secondaryCohortsBuffer;
yield this.args.user.save();
this.args.setIsManaging(false);
this.hasSavedRecently = true;
Expand Down
3 changes: 3 additions & 0 deletions config/deprecation-workflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ window.deprecationWorkflow.config = {
{ handler: 'silence', matchId: 'ember-modifier.function-based-options' },
{ handler: 'silence', matchId: 'ember-polyfills.deprecate-assign' },
{ handler: 'silence', matchId: 'common.dates-no-dates' },
{ handler: 'silence', matchId: 'ember-data:deprecate-legacy-imports' },
{ handler: 'silence', matchId: 'ember-data:deprecate-non-strict-types' },
{ handler: 'silence', matchId: 'ember-data:deprecate-non-unique-relationship-entries' },
],
};
Loading

0 comments on commit 0f05138

Please sign in to comment.