Ember sendAction in components to parent components
Ember has defined its architecture as data down, actions up manner so that the component hierarchy can be maintained properly. But some simple implementations are there that can be confusing in the action definition.
When sending actions from child component to the parent component, the child component should pass the action name as an attribute in the child component. If your action forwarding is not working, this might be the issue.