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

use destroyById #219

Merged
merged 2 commits into from Feb 19, 2017
Merged

use destroyById #219

merged 2 commits into from Feb 19, 2017

Conversation

dmtw
Copy link
Contributor

@dmtw dmtw commented Feb 19, 2017

Description

Related issues

  • deletion of items in lists not possible

Checklist

  • New tests added or existing tests modified to cover all changes

Copy link
Member

@beeman beeman left a comment

Choose a reason for hiding this comment

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

@dmtw thanks a lot for your contribution! 2 very minor changes and it's ready to merge through 👍

@@ -71,6 +71,7 @@ export class ProductsComponent {
}

action(event) {
console.log('event',event);
Copy link
Member

Choose a reason for hiding this comment

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

console.log

@@ -94,8 +95,9 @@ export class ProductsComponent {
this.save(event.item)
break
case 'delete':
console.log('delete');
Copy link
Member

Choose a reason for hiding this comment

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

console.log

@beeman
Copy link
Member

beeman commented Feb 19, 2017

Another minor comment, could you please change the commit message to the desired format:

Like: fix(admin): use destroyById to delete content items)

Thanks!

@beeman beeman merged commit 1955a91 into colmena:develop Feb 19, 2017
@beeman
Copy link
Member

beeman commented Feb 19, 2017

Thanks for the changes @dmtw, merged it through and added you as contributor.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants