You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rdoc
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,10 @@
16
16
- Add active_scaffold_subform_record_actions helper to render the destroy action on the rows of a subform, so it can be used to add more actions
17
17
- Improve ActiveStorage bridge to keep existing files in has_many_attachments
18
18
- Helpers used by file upload bridges have been renamed and moved the JS code to active_scaffold.js
19
+
- Support action link groups to open with click, like actions showing dynamic action link group
20
+
- Open dynamic action link group nested in the menu tree, under the action opening it
19
21
20
-
= 4-1-stable
22
+
= 4.1.4
21
23
- Fix dirty attributes on refresh_field action, record is built on unsaved instance copying attributes, but it reports only changed attributes from the form now
22
24
- Fix incompatibility with Rails renderable objects (ViewComponent, Turbo Streams)
COLLECTION_CLICK_MENU_LINK=ActionLink.new(:index,position: false,type: :member,parameters: {action_links: '--ACTION-LINKS--',id: nil})# member so it's cached
0 commit comments