Details
-
Bug
-
Resolution: Not an issue
-
Critical
-
None
-
1.1.1
-
None
-
None
Description
Get the Asset
assign document = damfn.getAssetForId(content.download)
In [document] you have just access to the MetaData e.g. fileName, size ...
But as it seems there is no way to get the other properties like title, caption..
When then doing something like
public String getAssetTitle(Asset asset)
{ return asset.getTitle(); }the result is an empty string.
Checklists
Acceptance criteria