Hello,
I am trying to customize the Navigator.
I have a some new pages in module SRVCON which are located under a core navigator entry.
But I want to have it under a new navigator parent entry all together so I tried this:
Customizing the core Navigator.client file:
So I have defined ma parent in here and then in my own Client-file I want to use that parent,
but all I get is this error:
Seems like the compiler does not generate or not recognize the new navigator entry that I made.
I checked documentation, but could not figure out that I miss something.