I am using the Add Web Path trigger to give my asset a URL that includes the asset id. It is also removing any other web paths:
The really annoying part is that a remap gets created from the original URL to the new URL (which includes the asset id). I DO NOT want these remaps created, because they are unnecessary and cause problems. Is there a way that I can prevent these automatic remaps from being created?
[quote]
I am using the Add Web Path trigger to give my asset a URL that includes the asset id. It is also removing any other web paths:
The really annoying part is that a remap gets created from the original URL to the new URL (which includes the asset id). I DO NOT want these remaps created, because they are unnecessary and cause problems. Is there a way that I can prevent these automatic remaps from being created?
[/quote]
I would submit it as a feature request, at the moment you cannot do it, but it is very trivial to add that feature in (unless of course you are feeling adventurous, it only needs an interface and an extra argument to saveWebPaths() in the trigger action).
Hope that helps
[quote]
I would submit it as a feature request, at the moment you cannot do it, but it is very trivial to add that feature in (unless of course you are feeling adventurous, it only needs an interface and an extra argument to saveWebPaths() in the trigger action).
[/quote]
Thanks I have it working now, it was super easy to add on my own, but I will also post a feature request. 