[jira] Created: (OFBIZ-700) The lookup in UserLogin screen excludes logins not associated to a Party.

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

[jira] Created: (OFBIZ-700) The lookup in UserLogin screen excludes logins not associated to a Party.

Nicolas Malin (Jira)
The lookup in UserLogin screen excludes logins not associated to a Party.
-------------------------------------------------------------------------

                 Key: OFBIZ-700
                 URL: https://issues.apache.org/jira/browse/OFBIZ-700
             Project: OFBiz (The Open for Business Project)
          Issue Type: Bug
          Components: party
            Reporter: Jacopo Cappellato
            Priority: Minor


In Party -> Security -> User Login screen there is a lookup to search for user logins.
The lookup needs to be improved because it filters out logins not associated to parties (and probably also logins associated to PartyGroups instead of Persons).


--
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-700) The lookup in UserLogin screen excludes logins not associated to a Party.

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474221 ]

Rashko Rejmer commented on OFBIZ-700:
-------------------------------------

Hi Jacopo,
I want to contribute to this issue, but I am new to OFBiz so I don't know witch will be the best way to do it.

I think if we need to use the list and search attributes of the PartyAndUserLoginAndPerson lookup,a complex query to UserLogin, Party, Person and PartyGroup entities should be done.
For now, there is only one query which refers to the PartyAndUserLoginAndPerson view entity.
I looked for a lookup that does this kind of complex query, but I wasn't able to find it.
Am I supposed to make a service or script that will perform that query, or create another view entity that will correspond to our needs.

Regards ,
Rashko Rejmer

> The lookup in UserLogin screen excludes logins not associated to a Party.
> -------------------------------------------------------------------------
>
>                 Key: OFBIZ-700
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-700
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: party
>            Reporter: Jacopo Cappellato
>            Priority: Minor
>
> In Party -> Security -> User Login screen there is a lookup to search for user logins.
> The lookup needs to be improved because it filters out logins not associated to parties (and probably also logins associated to PartyGroups instead of Persons).

--
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-700) The lookup in UserLogin screen excludes logins not associated to a Party.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474225 ]

Jacopo Cappellato commented on OFBIZ-700:
-----------------------------------------

Hi Rashko,

and thanks for your help.
I'd suggest to create a new view entity (e.g. UserLoginPartyAndAndPerson) and then a new lookup screen definition that uses the new entity.
Jacopo

> The lookup in UserLogin screen excludes logins not associated to a Party.
> -------------------------------------------------------------------------
>
>                 Key: OFBIZ-700
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-700
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: party
>            Reporter: Jacopo Cappellato
>            Priority: Minor
>
> In Party -> Security -> User Login screen there is a lookup to search for user logins.
> The lookup needs to be improved because it filters out logins not associated to parties (and probably also logins associated to PartyGroups instead of Persons).

--
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] Updated: (OFBIZ-700) The lookup in UserLogin screen excludes logins not associated to a Party.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Rashko Rejmer updated OFBIZ-700:
--------------------------------

    Attachment: LookupPartyAndUserLoginAndAndPerson.patch

Hi Jacopo,
I wrote a patch that solves the issue, I believe.

Regards,
Rashko Rejmer

> The lookup in UserLogin screen excludes logins not associated to a Party.
> -------------------------------------------------------------------------
>
>                 Key: OFBIZ-700
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-700
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: party
>            Reporter: Jacopo Cappellato
>            Priority: Minor
>         Attachments: LookupPartyAndUserLoginAndAndPerson.patch
>
>
> In Party -> Security -> User Login screen there is a lookup to search for user logins.
> The lookup needs to be improved because it filters out logins not associated to parties (and probably also logins associated to PartyGroups instead of Persons).

--
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] Assigned: (OFBIZ-700) The lookup in UserLogin screen excludes logins not associated to a Party.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Jacopo Cappellato reassigned OFBIZ-700:
---------------------------------------

    Assignee: Jacopo Cappellato

> The lookup in UserLogin screen excludes logins not associated to a Party.
> -------------------------------------------------------------------------
>
>                 Key: OFBIZ-700
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-700
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: party
>            Reporter: Jacopo Cappellato
>         Assigned To: Jacopo Cappellato
>            Priority: Minor
>         Attachments: LookupPartyAndUserLoginAndAndPerson.patch
>
>
> In Party -> Security -> User Login screen there is a lookup to search for user logins.
> The lookup needs to be improved because it filters out logins not associated to parties (and probably also logins associated to PartyGroups instead of Persons).

--
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-700) The lookup in UserLogin screen excludes logins not associated to a Party.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Jacopo Cappellato closed OFBIZ-700.
-----------------------------------

    Resolution: Fixed

Thanks Rashko,

your patch is in svn (but I've modified some of the names of the artifacts to make them more clear).


> The lookup in UserLogin screen excludes logins not associated to a Party.
> -------------------------------------------------------------------------
>
>                 Key: OFBIZ-700
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-700
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: party
>            Reporter: Jacopo Cappellato
>         Assigned To: Jacopo Cappellato
>            Priority: Minor
>         Attachments: LookupPartyAndUserLoginAndAndPerson.patch
>
>
> In Party -> Security -> User Login screen there is a lookup to search for user logins.
> The lookup needs to be improved because it filters out logins not associated to parties (and probably also logins associated to PartyGroups instead of Persons).

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.