You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Markus Studer (JIRA)" <ji...@apache.org> on 2007/02/09 15:49:06 UTC

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

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.


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

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Markus Studer (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ 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.