Routing

cancel
Showing results for 
Search instead for 
Did you mean: 
faradey1791
Active Member II

Routing

Hello,

can you help me with routing. For example I have such url: 

/share/page/site/htt/entity-data-lists?list=taskList&nodeRef=workspace://SpacesStore/0c45e650-76ce-4a20-805a-c4a42db347e6
so how to find js file called function?

2 Replies
kalpesh_c2
Senior Member

Re: Routing

Hi, Alexandr

You can get the all details of current page by enabling the surfBugStatus

Url : hostSmiley Tongueort/share/page/surfBugStatus

After enabling this, goto your page click on component so you can find the details of that component like url, path etc.

You can find all the components' detaila which are rendered on the page.

While inspecting all components' the files you will find all the imported js file.

Thanks,

Kalpesh

faradey1791
Active Member II

Re: Routing

Thank you very much!!!
And if you have an opportunity, help me with my another question 
 
Best regards.