nova-tab icon indicating copy to clipboard operation
nova-tab copied to clipboard

Invalid handler for event "actionExecuted"

Open NVaissaud opened this issue 6 years ago • 1 comments

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

NVaissaud avatar Dec 18 '18 21:12 NVaissaud

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')
    },
`

mikaelpopowicz avatar Jun 19 '19 08:06 mikaelpopowicz