Andi Huber created CAUSEWAY-3961:
------------------------------------
Summary: [Wicket Viewer] Actions in Tables have wrong Result
Routing
Key: CAUSEWAY-3961
URL: https://issues.apache.org/jira/browse/CAUSEWAY-3961
Project: Causeway
Issue Type: Bug
Components: Viewer Wicket
Reporter: Andi Huber
Assignee: Andi Huber
Fix For: 4.0.0
There is a regression, where instead of routing to the desired result page, we
route to the homepage.
Code in
{code:java}
org.apache.causeway.viewer.wicket.ui.exec.MediatorFactory
{code}
should properly determine the URL for the current page, but does not. It
wrongly results in
{code:java}
/object/
{code}
which ultimately redirects to the homepage. (Seeing this in v4, but could also
be in v3.)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)