-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Control the destination on click #51
Comments
Im interested too, maybe @dimaip or @skurfuerst can help? |
Hey guys, sorry for the delayed reply... My Github notifications are a mess... |
Thanks for your reply @dimaip Can you specify:
Actually the backend will show a loading bar forever 🤔 |
I suppose if you click on a document node, it should navigate to it. Having content nodes wasn't originally planned in flatnav, but I guess we can navigate to the parent document node of a given content node? |
Sorry, i forgot to mention im using a content node. Looks like this causes the issue.
Sounds like an awesome Feature 🤩 |
Ooooh honestly I'm a bit overbooked at the moment... I can provide some guidance and reviews for free, but not sure I can promise to implement it myself. |
No Problem. I just wanted to ask.
This sounds like an awesome offer 👍 Looks like getNewReferenceNodePathAction() gets the |
@paavo did you ever find a solution to solve the problem? |
no, im sorry @signalwerk |
I have a structure where I have several pages and inside the pages I have products.
NodeTypes are like that:
I would like to see in FlatNav all the Products and when I click on the item in the list I would like to see the Page with the product in it.
I thought with
q(node).closest("[instanceof vendor.project:Document.Page]").get(0).path
I could get it but maybe I missunderstand that. How can I control the destionation when clicking on the node?Settings.yaml
The text was updated successfully, but these errors were encountered: