[jira] Created: (OFBIZ-1379) checkintis.ftl- intialization of PartyUserLoginId and Party ID

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

[jira] Created: (OFBIZ-1379) checkintis.ftl- intialization of PartyUserLoginId and Party ID

Nicolas Malin (Jira)
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.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-1379) checkintis.ftl- intialization of PartyUserLoginId and Party ID

Nicolas Malin (Jira)

    [ 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.

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-1379) checkintis.ftl- intialization of PartyUserLoginId and Party ID

Nicolas Malin (Jira)
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.