Closed (fixed)
Project:
Asset
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2014 at 16:40 UTC
Updated:
25 Jun 2016 at 13:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
simonmc commentedChanging issue
Comment #2
nnevillHere is updated patch which adds new hook and fixes two other issues (with saving asset on "override asset" form).
Comment #3
imyaro commentedI think it should be separated patches.
+ please describe your new hook in the asset.api.php file.
Comment #4
nnevillHere is a new version with hook described in asset.api.php file.
And yes, I agree separate patches should be done for other issues - will indeed create them recently.
Comment #5
imyaro commentedOk for me.
Thanks.
Comment #6
IRuslan commentedHi guys,
it's great idea to complete this functionality,
but current hook in patch is not enough.
Because we also need to add a way to hook into handling of each type, see assets_get_placeholder().
Because of this, real overridden values will not be stored within tag.
Comment #8
IRuslan commentedGuys, thanks for work.
Accordingly to the last version of Asset module logic of this function was improved and the hook was added.
Pushed to dev version.