Skip to content

Default Destroy Action Broken #546

@michaelwapp

Description

@michaelwapp

It looks like the default destroy action is broken. Nothing happens when I click on the button in the form view of my user entity.

Image

The confirmation pop up is correctly shown but afterwards, nothing is happening.

I've tried to overwrite the controller destroy action to get some logs, but not working.

controller do
  def destroy
    puts "Destroyed!"
  end
end

Does anybody know if this is realted to Turbo or Rails 8 or a combination of how trestle is setup / included in the Rails project?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions