Problem/Motivation
It would be helpful to see which log caused an asset to be archived in the asset's revision log messages.
Proposed resolution
Set a revision log message on asset(s) that are terminated by a termination log.
Remaining tasks
Open MR.
User interface changes
None.
API changes
None.
Data model changes
None.
Issue fork farm_asset_termination-3573442
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
m.stentaOpened a merge request. It is based on #3569829: Support farmOS 4 because it touches some of the same code so includes commits from that MR.
I had to split the current logic so that the asset archive logic happens in log insert/update, instead of presave, because that enables us to link to the log in the revision log message (we need the log ID to be created first, and that is not available in presave).
Comment #5
wotnakComment #7
wotnakReleased in v2.0.0.
Comment #10
wotnakAlso backported to v1 in 1.3.0.