Hi community,
I'm currently working on a site implementation with AEM 6.3. We have a dialog that is using granite/ui/components/coral/foundation/form/pathfield, this is how the code looks like:
<multifieldcollection
sling:resourceType="granite/ui/components/coral/foundation/form/multifield"
fieldDescription="Click + to add a new page/asset"
fieldLabel="Add new Page/Asset for static entries"
jcr:primaryType="nt:unstructured"
composite="{Boolean}true">
<field
sling:resourceType="granite/ui/components/coral/foundation/container"
jcr:primaryType="nt:unstructured"
name="./staticPathsConfig">
<items jcr:primaryType="nt:unstructured">
<linkurl
sling:resourceType="granite/ui/components/coral/foundation/form/pathfield"
fieldLabel="Page/Asset Path"
jcr:primaryType="nt:unstructured"
filter="nosystem,hierarchyNotFile"
rootPath="/content"
name="./path" />
</items>
</field>
</multifieldcollection>
When the user tries to use the search for the pathfield, seems like on the results is showing jcr and metadata nodes which is not correct for an author user. We are expecting to see only pages and assets as a results of the search:
Are we missing something here or this is how the widget is supposed to work? If that the case how can we configured it to only display assets and pages?
Thanks,
David.
Views
Replies
Total Likes
Can you pls remove filter and try. something like this
<linkurl
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/pathfield"
fieldLabel="Link Url"
name="./path"
rootPath="/content"
suffix=".html"/>
remove suffix if not needed.
reference:
I tried that before, but it was producing the same behaviour. Filter does not make any difference on how the search is working for pathfield. You can check the code if you want.
Try to use the Grainte Pathfield.
What do you mean smacdonald2008? I'm using the coral 3 granite UI component there.
Views
Replies
Total Likes
I am testing this
Views
Replies
Total Likes
I tested for 6.3 button component with following snippet path filed in it
<linkTo
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/pathfield"
fieldLabel="Link to"
name="./linkTo"
rootPath="/content"
suffix=".html"/>
regular select path works fine but whe we search for a title its showing jcr:content in results too
smacdonald2008 pls look into this
Views
Replies
Total Likes
regular select:
search select:
Exactly, that's what I mean. I think search is now working correct on the Pathfield, you should be able to find only pages or assets as an author user (not child nodes as jcr or metadata nodes).
I just tested on AEM 6.3 - i get:
The value is persisted in the dialog --
If you use this in your project - you will not have any issues - granite/ui/components/foundation/form/pathbrowser
I am also looking for other examples too that will help you.
Thanks smacdonald2008, but that's a different component. You will see that the one that I'm using on my example has the ability to search which is a key once you are working with a big number of assets.
Yeah - I see that difference - i am searching for an example that uses that Coral data type. I have always used the one in my example and never had issues.
Hi smacdonald2008, any luck with the example?
Hi smacdonald2008, Do you have any findings? Do you think this is a bug?
Hi David,
Did you get any solution of this issue, even i'm also facing same issue in my project , if you know the solution could you please share solution to me.
Even i tried with filters also it's not working. Share solution.
Thanks
Hello Everyone,
The product team is currently working on this issue. The internal reference number is GRANITE-15894 and GRANITE-26358.
This has been classified as an enhancement to the product.
Regards,
Vishu
Any updates on this ISSUE ??? , it looks like a product BUG ! Very annoying by the way ...
This behavior is no longer exists in 6.4,
you can contact Adobe for hot fix.
Hi arunpatidar26 , no is not, we're using AEM 6.4 and this is still an issue , same issue is reported here -> https://forums.adobe.com/thread/2578650
Views
Likes
Replies
Views
Likes
Replies