checkintis.ftl- intialization of PartyUserLoginId and Party ID
-------------------------------------------------------------- Key: OFBIZ-1379 URL: https://issues.apache.org/jira/browse/OFBIZ-1379 Project: OFBiz Issue Type: Bug Components: order Affects Versions: SVN trunk, Release Branch 4.0 Environment: svn 591408 version 4.0 Reporter: BJ Freeman Priority: Minor Fix For: SVN trunk, Release Branch 4.0 the Ftl shows to fill in PartyUserLoginId and Party ID <#if partyId?exists> <#assign thisPartyId = partyId> <#else> <#assign thisPartyId = requestParameters.partyId?if_exists> </#if> <input type="text" class="inputBox" name="userLoginId" value="${requestParameters.userLoginId?if_exists}"/> I may be missing something, but if i am logged in shouldn't I see my login and partyid if you agree, I will find out why and fix it as a learning experience. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-1379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539963 ] BJ Freeman commented on OFBIZ-1379: ----------------------------------- wish I had found this before doing this JIRA http://docs.ofbiz.org/display/OFBENDUSER/3.1+Order+Entry this can be marked invalid and closed > checkintis.ftl- intialization of PartyUserLoginId and Party ID > -------------------------------------------------------------- > > Key: OFBIZ-1379 > URL: https://issues.apache.org/jira/browse/OFBIZ-1379 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk, Release Branch 4.0 > Environment: svn 591408 version 4.0 > Reporter: BJ Freeman > Priority: Minor > Fix For: SVN trunk, Release Branch 4.0 > > > the Ftl shows to fill in > PartyUserLoginId and Party ID > <#if partyId?exists> > <#assign thisPartyId = partyId> > <#else> > <#assign thisPartyId = requestParameters.partyId?if_exists> > </#if> > > <input type="text" class="inputBox" name="userLoginId" value="${requestParameters.userLoginId?if_exists}"/> > I may be missing something, but if i am logged in shouldn't I see my login and partyid > if you agree, I will find out why and fix it as a learning experience. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BJ Freeman closed OFBIZ-1379. ----------------------------- Resolution: Invalid http://docs.ofbiz.org/display/OFBENDUSER/3.1+Order+Entry explains the flow for Orderentry. > checkintis.ftl- intialization of PartyUserLoginId and Party ID > -------------------------------------------------------------- > > Key: OFBIZ-1379 > URL: https://issues.apache.org/jira/browse/OFBIZ-1379 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk, Release Branch 4.0 > Environment: svn 591408 version 4.0 > Reporter: BJ Freeman > Priority: Minor > Fix For: SVN trunk, Release Branch 4.0 > > > the Ftl shows to fill in > PartyUserLoginId and Party ID > <#if partyId?exists> > <#assign thisPartyId = partyId> > <#else> > <#assign thisPartyId = requestParameters.partyId?if_exists> > </#if> > > <input type="text" class="inputBox" name="userLoginId" value="${requestParameters.userLoginId?if_exists}"/> > I may be missing something, but if i am logged in shouldn't I see my login and partyid > if you agree, I will find out why and fix it as a learning experience. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |