[jira] [Updated] (OFBIZ-7009) webpos/control/passwordChange breaks

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-7009) webpos/control/passwordChange breaks

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-7009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux updated OFBIZ-7009:
-----------------------------------
    Description:
To reproduce the issue. In Tomahawk theme, the party profile link of the logged in user redirects to error page.
Steps to reproduce:
1) Change the visual theme to Tomahawk
2) Go to https://localhost:8443/application 
3) From here, click on link to logged in user profile page on top right section

Here is the error
{code}
 [java] 2016-04-16 12:06:09,610 |ttp-nio-8080-exec-10 |ControlServlet                |E| Error in request handler:
 [java] org.ofbiz.webapp.control.RequestHandlerException: Unknown request [passwordChange]; this request does not exist or cannot be called directly.
 [java]     at org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:205) ~[ofbiz-webapp.jar:?]
{code}

  was:
To reproduce the issue. In Tomahawk theme, the party profile link of the logged in user redirects to error page.
Steps to reproduce:
1) Change the visual theme to Tomahawk
2) Go to any application other than partymgr. For example, go to https://localhost:8443/webtools/control/main
3) From here, click on link to logged in user profile page on top right section

Here is the error
{code}
 [java] 2016-04-16 12:06:09,610 |ttp-nio-8080-exec-10 |ControlServlet                |E| Error in request handler:
 [java] org.ofbiz.webapp.control.RequestHandlerException: Unknown request [passwordChange]; this request does not exist or cannot be called directly.
 [java]     at org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:205) ~[ofbiz-webapp.jar:?]
{code}


> webpos/control/passwordChange breaks
> ------------------------------------
>
>                 Key: OFBIZ-7009
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7009
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/webpos, themes
>            Reporter: Jacques Le Roux
>
> To reproduce the issue. In Tomahawk theme, the party profile link of the logged in user redirects to error page.
> Steps to reproduce:
> 1) Change the visual theme to Tomahawk
> 2) Go to https://localhost:8443/application 
> 3) From here, click on link to logged in user profile page on top right section
> Here is the error
> {code}
>  [java] 2016-04-16 12:06:09,610 |ttp-nio-8080-exec-10 |ControlServlet                |E| Error in request handler:
>  [java] org.ofbiz.webapp.control.RequestHandlerException: Unknown request [passwordChange]; this request does not exist or cannot be called directly.
>  [java]     at org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:205) ~[ofbiz-webapp.jar:?]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)