[jira] Created: (OFBIZ-708) Widget - Hyperlinks of type "inter-app" should include the externalLoginKey automatically

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

[jira] Created: (OFBIZ-708) Widget - Hyperlinks of type "inter-app" should include the externalLoginKey automatically

Nicolas Malin (Jira)
Widget - Hyperlinks of type "inter-app" should include the externalLoginKey automatically
-----------------------------------------------------------------------------------------

                 Key: OFBIZ-708
                 URL: https://issues.apache.org/jira/browse/OFBIZ-708
             Project: OFBiz (The Open for Business Project)
          Issue Type: Improvement
          Components: framework
            Reporter: Markus Studer
            Priority: Trivial


When creating "inter-app" links, the HtmlMenuRenderer, HtmlScreenRenderer and
HtmlTreeRenderer do not include the "externalLoginKey". Therefore the user has to login when accessing such an application.

The attached Patch extends those classes to add that information automaticaly if a link of type ="inter-app" is processed and it is not necessary to explicitly add such functionality in forms etc.

--
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-708) Widget - Hyperlinks of type "inter-app" should include the externalLoginKey automatically

Nicolas Malin (Jira)

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

Markus Studer updated OFBIZ-708:
--------------------------------

    Attachment: widget.patch

Patch as mentioned in the issue

> Widget - Hyperlinks of type "inter-app" should include the externalLoginKey automatically
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-708
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-708
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Markus Studer
>            Priority: Trivial
>         Attachments: widget.patch
>
>
> When creating "inter-app" links, the HtmlMenuRenderer, HtmlScreenRenderer and
> HtmlTreeRenderer do not include the "externalLoginKey". Therefore the user has to login when accessing such an application.
> The attached Patch extends those classes to add that information automaticaly if a link of type ="inter-app" is processed and it is not necessary to explicitly add such functionality in forms etc.

--
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-708) Widget - Hyperlinks of type "inter-app" should include the externalLoginKey automatically

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

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

Jacques Le Roux commented on OFBIZ-708:
---------------------------------------

I did not test or even review this patch but this idea pleases me.   I hope to do some tests later...

> Widget - Hyperlinks of type "inter-app" should include the externalLoginKey automatically
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-708
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-708
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Markus Studer
>            Priority: Trivial
>         Attachments: widget.patch
>
>
> When creating "inter-app" links, the HtmlMenuRenderer, HtmlScreenRenderer and
> HtmlTreeRenderer do not include the "externalLoginKey". Therefore the user has to login when accessing such an application.
> The attached Patch extends those classes to add that information automaticaly if a link of type ="inter-app" is processed and it is not necessary to explicitly add such functionality in forms etc.

--
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-708) Widget - Hyperlinks of type "inter-app" should include the externalLoginKey automatically

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

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

Jacques Le Roux reassigned OFBIZ-708:
-------------------------------------

    Assignee: Jacques Le Roux

> Widget - Hyperlinks of type "inter-app" should include the externalLoginKey automatically
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-708
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-708
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Markus Studer
>            Assignee: Jacques Le Roux
>            Priority: Trivial
>         Attachments: widget.patch
>
>
> When creating "inter-app" links, the HtmlMenuRenderer, HtmlScreenRenderer and
> HtmlTreeRenderer do not include the "externalLoginKey". Therefore the user has to login when accessing such an application.
> The attached Patch extends those classes to add that information automaticaly if a link of type ="inter-app" is processed and it is not necessary to explicitly add such functionality in forms etc.

--
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-708) Widget - Hyperlinks of type "inter-app" should include the externalLoginKey automatically

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

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

Jacques Le Roux closed OFBIZ-708.
---------------------------------

       Resolution: Invalid
    Fix Version/s: Release Branch 4.0
                   SVN trunk

This is not needed. There are already mechanismes doint that (in buildHyperlinkUrl and populateContextForRequest)

> Widget - Hyperlinks of type "inter-app" should include the externalLoginKey automatically
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-708
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-708
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Markus Studer
>            Assignee: Jacques Le Roux
>            Priority: Trivial
>             Fix For: SVN trunk, Release Branch 4.0
>
>         Attachments: widget.patch
>
>
> When creating "inter-app" links, the HtmlMenuRenderer, HtmlScreenRenderer and
> HtmlTreeRenderer do not include the "externalLoginKey". Therefore the user has to login when accessing such an application.
> The attached Patch extends those classes to add that information automaticaly if a link of type ="inter-app" is processed and it is not necessary to explicitly add such functionality in forms etc.

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