Home Forums Development Link based portal navigation not functioning.

Viewing 3 reply threads
  • Author
    Posts
    • #23363
      Max WidmaierMax Widmaier
      Participant

      So, usually you can use links to navigate through the portal for example, <application_base>/ui/portal#Home would navigate to the Home workspace and <application_base>/ui/portal#Contacts/<tab/portlet ref name>;EntityId=<oid> would navigate to a specific tab/portlet for that entity.
      However, in our local testing environments this is broken. (See the attached image). Which is odd, considering that the production environments work fine.

      The relevant documentation can be found here. This behavior is very odd and our custom applications rely heavily on such functionality.
      My question is is this some sort of configuration error. Can the be enabled/disabled in the admin console or is this some sort of framework or even implementation bug?

      Thank you very much!

      0
      Attachments:
      You must be logged in to view attached files.
    • #23387
      Shahzad Qureshishahzad.qureshi
      Keymaster

      Has there been any customization made to the NexJ code that might be causing this that haven’t been pushed to the git repo but deployed to this environment? Is the framework plugin the correct one? can you try on your local machine and see what happens?

      0
    • #23395
      Max WidmaierMax Widmaier
      Participant

      No modification to NexJ code that I am aware of. It’s a different branch we use for testing custom applications and such (those built in React), but it has diverged significantly from the main branch connected to the repo. I tested links in my instance which is connected to the main repository and it seems to work. I may try cloning that repository and implementing the custom applications freshly.

      0
    • #23404
      Max WidmaierMax Widmaier
      Participant

      Ok, I’ve isolated the issue. It seems AFL doesn’t play well with react rendered portlets as drawers for whatever reason…
      So adding <Drawer event=”eventName” name=”refPortlet” portlet=”path/to/application” /> seems to break link-based navigation. I am unsure if this is an issue with any of the libraries or my code or an issue with the framework.

       

      0
      • This reply was modified 8 months, 3 weeks ago by Max WidmaierMax Widmaier.
      • This reply was modified 8 months, 3 weeks ago by Max WidmaierMax Widmaier.
Viewing 3 reply threads
  • You must be logged in to reply to this topic.