You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Anne Jessel (JIRA)" <ji...@apache.org> on 2011/09/05 04:57:10 UTC

[jira] [Created] (OFBIZ-4394) Replace newnote.ftl with form widget

Replace newnote.ftl with form widget
------------------------------------

                 Key: OFBIZ-4394
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4394
             Project: OFBiz
          Issue Type: Improvement
          Components: order
    Affects Versions: SVN trunk
         Environment: REV 1165137
            Reporter: Anne Jessel
            Priority: Trivial


This patch replaces ordermgr newnote.ftl with a form widget.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OFBIZ-4394) Replace newnote.ftl with form widget

Posted by "Anne Jessel (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-4394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anne Jessel updated OFBIZ-4394:
-------------------------------

    Attachment: OFBIZ-4394-replace-newnoteftl-with-formwidget.patch

> Replace newnote.ftl with form widget
> ------------------------------------
>
>                 Key: OFBIZ-4394
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4394
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>         Environment: REV 1165137
>            Reporter: Anne Jessel
>            Priority: Trivial
>         Attachments: OFBIZ-4394-replace-newnoteftl-with-formwidget.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> This patch replaces ordermgr newnote.ftl with a form widget.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (OFBIZ-4394) Replace newnote.ftl with form widget

Posted by "Adrian Crum (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-4394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian Crum closed OFBIZ-4394.
------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk

Fixed, rev 1165206. Thanks Anne!


> Replace newnote.ftl with form widget
> ------------------------------------
>
>                 Key: OFBIZ-4394
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4394
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>         Environment: REV 1165137
>            Reporter: Anne Jessel
>            Assignee: Adrian Crum
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4394-replace-newnoteftl-with-formwidget.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> This patch replaces ordermgr newnote.ftl with a form widget.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (OFBIZ-4394) Replace newnote.ftl with form widget

Posted by "Adrian Crum (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-4394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian Crum reassigned OFBIZ-4394:
----------------------------------

    Assignee: Adrian Crum

> Replace newnote.ftl with form widget
> ------------------------------------
>
>                 Key: OFBIZ-4394
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4394
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>         Environment: REV 1165137
>            Reporter: Anne Jessel
>            Assignee: Adrian Crum
>            Priority: Trivial
>         Attachments: OFBIZ-4394-replace-newnoteftl-with-formwidget.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> This patch replaces ordermgr newnote.ftl with a form widget.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OFBIZ-4394) Replace newnote.ftl with form widget

Posted by "Adrian Crum (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-4394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13097043#comment-13097043 ] 

Adrian Crum commented on OFBIZ-4394:
------------------------------------

Anne,

I am not 100% certain, but I believe permission checking has been left out of order screens intentionally - so that anonymous users can create orders.


> Replace newnote.ftl with form widget
> ------------------------------------
>
>                 Key: OFBIZ-4394
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4394
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>         Environment: REV 1165137
>            Reporter: Anne Jessel
>            Priority: Trivial
>         Attachments: OFBIZ-4394-replace-newnoteftl-with-formwidget.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> This patch replaces ordermgr newnote.ftl with a form widget.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OFBIZ-4394) Replace newnote.ftl with form widget

Posted by "Anne Jessel (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-4394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13097048#comment-13097048 ] 

Anne Jessel commented on OFBIZ-4394:
------------------------------------


I don't know either way. The permission test was in the ftl, so I copied it into the screen. If it shouldn't be there, then that's also a bug in newnote.ftl.

> Replace newnote.ftl with form widget
> ------------------------------------
>
>                 Key: OFBIZ-4394
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4394
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>         Environment: REV 1165137
>            Reporter: Anne Jessel
>            Priority: Trivial
>         Attachments: OFBIZ-4394-replace-newnoteftl-with-formwidget.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> This patch replaces ordermgr newnote.ftl with a form widget.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira