Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid handler for event "actionExecuted" #24

Open
NVaissaud opened this issue Dec 18, 2018 · 1 comment
Open

Invalid handler for event "actionExecuted" #24

NVaissaud opened this issue Dec 18, 2018 · 1 comment

Comments

@NVaissaud
Copy link

NVaissaud commented Dec 18, 2018

Hello,

I got many warnings on my model detail page, one for each fields.

I dont see any actionExecuted method in the component.

Thank you,

actionExecuted

@mikaelpopowicz
Copy link

The DetailField component does not include the actionExecuted method. I guess the component was build like the Laravel Nova Detail/Panel component but this one use the BehaveAsPanel mixin which include the actionExecuted method.

    /**
     * Handle the actionExecuted event and pass it up the chain.
     */
    actionExecuted() {
      this.$emit('actionExecuted')
    },
`

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

No branches or pull requests

2 participants