Skip to content

Commit

Permalink
todos
Browse files Browse the repository at this point in the history
  • Loading branch information
DrumsnChocolate committed May 18, 2022
1 parent 38d5792 commit 2313978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/application/destroy.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import EditController from 'amber-ui/controllers/application/edit';
import ModelSaveUtil from 'amber-ui/utils/model-save';

export default EditController.extend({
//todo: refactor to octane style
successMessage: 'Verwijderen gelukt!',
actions: {
destroy() {
Expand Down
1 change: 1 addition & 0 deletions app/controllers/application/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { inject as service } from '@ember/service';
import { tracked } from '@glimmer/tracking';

export default class EditController extends Controller {
//todo: refactor to octane style
@service('flash-notice') flashNotice;

@tracked errorMessage = null;
Expand Down

1 comment on commit 2313978

@guidojw
Copy link
Member

@guidojw guidojw commented on 2313978 May 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Edit controller already is Octane style

Please sign in to comment.