summaryrefslogtreecommitdiff
path: root/test/models/node_attach_asset_test.rb
AgeCommit message (Collapse)Author
2026-08-09Attach assets to the draft instead of to every lifecycle rowerdgeist
Node#attach_asset! writes to the node's draft alone, creating one from the head when none is pending. It refuses when another user holds the lock, and when an autosave already exists The asset_attach verb goes with it. create_new_draft names the editor on the draft it creates and the publish entry's asset delta reports the attachment.
2026-07-23Witness asset uploads and out-of-band attaches in the action logerdgeist
2026-07-22Add Node#attach_asset! attaching across all lifecycle rowserdgeist