Hi.
I have some custom pages that stays (maybe a WDK habit) in (from the root context) :
/custom
/custom/jsp/browse
/custom/jsp/dialog
/custom/jsp/parts
/custom/jsp/sidebar
This is from my client custom client config :
<config evaluator="node-type" condition="ome:folder">
<navigation>
<override from-view-id="/jsp/browse/browse.jsp" to-view-id="/custom/jsp/browse/browse.jsp" />
<override from-outcome="browse" to-view-id="/custom/jsp/browse/browse.jsp" />
<override from-outcome="showSpaceDetails" to-view-id="/custom/jsp/dialog/space-details.jsp" />
</navigation>
</config>
My custom pages are 99% or even copies of originals from the /jsp folder.
At use time, when i get to my custom pages some links seems like "broken" :
- add content
- invite users
- manage users
- import
- export
- …….
In that case, no errors, the same page reloads.
Others like :
- remove
- send mail to users
- ……
are working.
I am logged in as admin.
Thanks for helping.