[
https://issues.apache.org/jira/browse/OFBIZ-1809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacques Le Roux reassigned OFBIZ-1809:
--
Assignee: Jacques Le Roux
> Adding an item in the 2d (or 3d, etc., I guess) ship group
[
https://issues.apache.org/jira/browse/OFBIZ-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693646#action_12693646
]
David E. Jones commented on OFBIZ-2243:
---
Wow... that's quite the set of regexps...
>
Actually, it's not okay like this. Whatever is in the value attribute
will be put directly into the HTML hidden input value attribute. If
you run this and take a look at the HTML generated you'll see what I
mean...
It looks like this may be meant to append the externalLoginKey
parameter
[
https://issues.apache.org/jira/browse/OFBIZ-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693641#action_12693641
]
David E. Jones commented on OFBIZ-2256:
---
We might want to leave this open for the FTL
[
https://issues.apache.org/jira/browse/OFBIZ-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Scott Gray updated OFBIZ-2259:
--
Attachment: rollback.patch
It would be great to get some feedback on this before I commit it in the nex
Testing - Rollback database changes after each test-suite using the
GenericDelegator
Key: OFBIZ-2259
URL: https://issues.apache.org/jira/browse/OFBIZ-2259
Project: O
[
https://issues.apache.org/jira/browse/OFBIZ-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693594#action_12693594
]
Jacques Le Roux commented on OFBIZ-2256:
BTW your work on ftl files was intersting
[
https://issues.apache.org/jira/browse/OFBIZ-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacques Le Roux closed OFBIZ-2256.
--
Resolution: Won't Fix
Assignee: Jacques Le Roux
Sorry Pratik,
Most of what you submitted
[
https://issues.apache.org/jira/browse/OFBIZ-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
WeizhanGuo updated OFBIZ-1235:
--
Attachment: ftlMacroRenderer.patch
The HTML macro can work, I have do some test about this, but haven't
Looks like it's all done for XML files, still work to be done in ftl files...
Jacques
From:
Author: jleroux
Date: Sun Mar 29 14:02:55 2009
New Revision: 759684
URL: http://svn.apache.org/viewvc?rev=759684&view=rev
Log:
21th set of changes explained in
https://issues.apache.org/jira/browse/OF
[
https://issues.apache.org/jira/browse/OFBIZ-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693562#action_12693562
]
Jacques Le Roux commented on OFBIZ-2243:
Strange how
And also because I wanted
[
https://issues.apache.org/jira/browse/OFBIZ-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacques Le Roux closed OFBIZ-2243.
--
Resolution: Fixed
Fix Version/s: SVN trunk
Assignee: Jacques Le Roux
For those
Forgot this issue, there was a typo in, and I found other cases where 2 string are concatenated like that, so
it's ok
In applications/order/webapp/ordermgr/return/ReturnForms.xml, it has been
migrated like that
use-when="returnHeader!=null&&returnHeader.getString("fromPartyId")!=null">
Forgot the 1st mail about this issue, there was a typo in, and I found other cases where 2 string are concatenated like that, so
it's ok
In applications/order/webapp/ordermgr/return/ReturnForms.xml, it's migrated
like that
use-when="returnHeader!=null&&returnHeader.getString("fromPartyI
in r759666 I have commited this
-target="/partymgr/control/editcreditcard?partyId=${returnHeader.fromPartyId}${externalKeyParam}" target-window="partymgr"
description="${uiLabelMap.AccountingCreateNewCreditCard}" target-type="inter-app"/>
+description="${uiLabelMap.Acco
15 matches
Mail list logo