


As per document Asset Selector , http://localhost:4502/aem/assetpicker.html?dialog=true Use these parameters to open the asset selector as Granite Dialog. This option is only applicable when you launch the asset selector through Granite Path Field, and configure it as pickerSrc URL.
I tried the following code in the dialog XML:
<image
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/pathfield"
name="./videoThumbnail"
pickerSrc="/aem/assetpicker.html?dialog=true"
mimeType="image"
rootPath="/content/dam"/>
The pathfield
above does not seems to use the alternative picker specified by the pickerSrc
and behaves like a standard pathfield
.
Also tried adding the extra URL parameters as specified in the pathfield docs but that made no change.
Please provide ur inputs how to configure assetpicker in dialog.
Regards,
Kalyan.
Solved! Go to Solution.
Hi,
i've created a demo package which works in AEM 6.4.
You can find it here [0].
Let me know if you need more info.
[0] WeTransfer
Thanks,
Antonio
WHat are you trying to perform with the PathField - i am looking at http://localhost:4502/aem/assetpicker.html and it looks like its functioning properly.
Views
Replies
Total Likes
I want to launch the asset selector through Granite Path Field in dialog, for image asset selection.
Regards,
Kalyan
Did you find a solution for this? Would you mind sharing?
It does works if you'll be using below path for pickerSrc
/libs/dam/gui/content/assetselector/jcr:content/body/items/assetselector.html?dialog=true&assettype=images&root=/content/dam/we-retail/en/activities
Thanks
Arun
The pickerSrc is not working with values "
/libs/dam/gui/content/assetselector/jcr:content/body/items/assetselector.html?dialog=true& assettype=images&root=/content/dam/we-retail/en/activities"
or
"/aem/assetpicker.html?dialog=true" anyone got the assetpicker ?
use /libs/dam/gui/content/assetselector/jcr:content/body/items/assetselector.html?dialog=true
but still there is a bug, it will not allow selecting assets from assets selector.
you can log a daycare ticket.
Hi @Alexander_Prikhodko
Not sure if user reported the issue or not. I did not reported anything though.
Hi,
i've created a demo package which works in AEM 6.4.
You can find it here [0].
Let me know if you need more info.
[0] WeTransfer
Thanks,
Antonio
Not able to view the attached package for the answer that is marked correct. Can you please post the solution again?
Did you get solution, I am looking to do same on aem 6.5 page dialog thumbnail.
@kalyanc42390873 @antoniom5495929 @Arun_Patidar @Maruti_Prasad