Actions
Refactor #26327
closeddeprecate allowing passing :confirm directly to link_to helper
Description
it should be passed nested inside the :data html option (https://api.rubyonrails.org/v5.2.2/classes/ActionView/Helpers/UrlHelper.html#method-i-link_to). We currently have a workaround wrapper for that helper that changes the options to nest it under :data.
Updated by Tomer Brisker over 5 years ago
- Related to Bug #7574: update confirm option for the link_to helper to be data attribute for rails 4 upgrade added
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Tomer Brisker
- Pull request https://github.com/theforeman/foreman/pull/6563 added
Updated by Tomer Brisker over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 01a3308ddf46b6ee04be460d9aa9a913adadb574.
Updated by Anonymous over 5 years ago
- Related to Refactor #26929: stop using deprecated :confirm usage added
Actions