Hi, Please can anyone help me on the below issue?
I have a tab in the metadata schema with a path browser with pickerMultiSelect option set to true. It works fine and allows me to select multiple paths however the value stored on the property -
./jcr:content/metadata/relatedimages/pickerSrcdoesn't save all selected paths but only one(1st selected). Not sure if i am missing any other properties? Also i noticed the node created with the property - pickerSrc is of type "String" and not "String[]". Should i need to declare the type of the property, if yes, please can you advice on how we can do that? I have searched many forums but ended-up with no suggestions.
My configuration -
<items jcr:primaryType="nt:unstructured"> <_x0031_469788468439 jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/form/pathbrowser" fieldLabel="Related Images" fieldDescription="Please select related images." rootPath="/content/dam" name="./jcr:content/metadata/relatedimages/pickerSrc" pickerMultiselect="true"> </_x0031_469788468439></items>
表示
返信
いいね!の合計
See this blog - it will help:
表示
返信
いいね!の合計
Hi ,
Were you able to resolve this issue? Even we are facing the same the pickerMutliselect option is selecting multiple entries in view but it's storing only single entry. Any inputs is much appreciated.
Thanks in advance.
Thanks,
Manoj
表示
返信
いいね!の合計
Hi,
Anyone able to resolve the issue??
表示
返信
いいね!の合計
Are you using Granite Resource type?
表示
返信
いいね!の合計
Hi,
In my case I am using pathbrowser ui to show it in the front end.
I am not using in dialog.
I have tried with dialog too, but no luck.
I am using coral ui2, aem 6.2 instance
表示
返信
いいね!の合計
I tested with latest Granite type --
It selects multi paths --
表示
返信
いいね!の合計
Hi ,
Thanks for the answer.
But I am using 6.2 and I didn't have pathfield.
I need to use the pathbrowser.
Might be an issue in coralui2??
表示
返信
いいね!の合計
Correct - pathbrowser may not work for this - the Eng team made this functionality available in PathField.
表示
返信
いいね!の合計
I just tested on AEM 6.2 - cannot duplicate this multiple functionality on 6.2 with granite/ui/components/foundation/form/pathbrowser
表示
返信
いいね!の合計
Thanks for the update , I have been working on this very long.
I have tried another way to achieve selecting the multiple paths.
I have added the multifeild coraui and added the pathbrowser inside it.
The first pathbrowser works fine.
But when I click on add field , a new pathbrowser appears but he pop-up doesn't work.
This is happening for all the remaining pathbrowser fields which I added through multifield.
My findings are : the pathbrowser registers on the page load , in coral.js
So when I add pathbrowser dynamically or by clicking the add field of multifeild it is not registered .
How can I overcome this scenario.
Thanks in advance:)
表示
返信
いいね!の合計
I will leave this for other community members. I have never tried that. As mentioned - this functionality was improved in granite/coral resource type using path field.
表示
返信
いいね!の合計
Were you able to solve this? I am at exactly same point
表示
返信
いいね!の合計