[jira] [Updated] (OFBIZ-7091) Two empty options are shown in shipping method select box on Edit promo screen

2016-05-22 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux updated OFBIZ-7091:
---
Fix Version/s: Upcoming Branch

> Two empty options are shown in shipping method select box on Edit promo screen
> --
>
> Key: OFBIZ-7091
> URL: https://issues.apache.org/jira/browse/OFBIZ-7091
> Project: OFBiz
>  Issue Type: Improvement
>  Components: product
>Affects Versions: Trunk
>Reporter: Swapnil M Mane
>Assignee: Pranay Pandey
>Priority: Trivial
> Fix For: Upcoming Branch
>
> Attachments: EditProductPromoRules.png, OFBIZ-7091.patch, 
> OFBIZ-7091.patch
>
>
> On Edit promo screen, in existing condition section's select box two empty 
> options are shown.
> Please find the screenshot for more detail.
> Reason and Solution:
> As per the code in EditProductPromoRules.ftl,
> {code}
>  "${carrierShippingMethod!}">${carrierParty!}${description} 
> {code}
> And the carrierParty is calculated above, if it is not available the first 
> option will show automatically as empty option
> {code}
>  "${carrierShippingMethod!}">${carrierParty!}${description}
> {code}
> So, we don't need the second empty option field and can remove it.
> {code}
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-7091) Two empty options are shown in shipping method select box on Edit promo screen

2016-05-21 Thread Swapnil M Mane (JIRA)

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

Swapnil M Mane updated OFBIZ-7091:
--
Attachment: OFBIZ-7091.patch

> Two empty options are shown in shipping method select box on Edit promo screen
> --
>
> Key: OFBIZ-7091
> URL: https://issues.apache.org/jira/browse/OFBIZ-7091
> Project: OFBiz
>  Issue Type: Improvement
>  Components: product
>Affects Versions: Trunk
>Reporter: Swapnil M Mane
>Assignee: Pranay Pandey
>Priority: Trivial
> Attachments: EditProductPromoRules.png, OFBIZ-7091.patch, 
> OFBIZ-7091.patch
>
>
> On Edit promo screen, in existing condition section's select box two empty 
> options are shown.
> Please find the screenshot for more detail.
> Reason and Solution:
> As per the code in EditProductPromoRules.ftl,
> {code}
>  "${carrierShippingMethod!}">${carrierParty!}${description} 
> {code}
> And the carrierParty is calculated above, if it is not available the first 
> option will show automatically as empty option
> {code}
>  "${carrierShippingMethod!}">${carrierParty!}${description}
> {code}
> So, we don't need the second empty option field and can remove it.
> {code}
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-7091) Two empty options are shown in shipping method select box on Edit promo screen

2016-05-20 Thread Swapnil M Mane (JIRA)

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

Swapnil M Mane updated OFBIZ-7091:
--
Description: 
On Edit promo screen, in existing condition section's select box two empty 
options are shown.
Please find the screenshot for more detail.

Reason and Solution:
As per the code in EditProductPromoRules.ftl,

{code}
${carrierParty!}${description}
{code}

And the carrierParty is calculated above, if it is not available the first 
option will show automatically as empty option

{code}
${carrierParty!}${description}
{code}

So, we don't need the second empty option field and can remove it.
{code}

{code}

  was:
On Edit promo screen, in existing condition section's select box two empty 
options are shown.
Please find the screenshot for more detail.

Reason and Solution:
As per the code in EditProductPromoRules.ftl,

{code}
${carrierParty!}${description}
{code}

And the carrierParty is calculated above, if it is not available the first 
option will show automatically as empty option

{code}
${carrierParty!}${description}
{code}

So, we don't need the section option empty option field and can remove it.
{code}

{code}


> Two empty options are shown in shipping method select box on Edit promo screen
> --
>
> Key: OFBIZ-7091
> URL: https://issues.apache.org/jira/browse/OFBIZ-7091
> Project: OFBiz
>  Issue Type: Improvement
>  Components: product
>Affects Versions: Trunk
>Reporter: Swapnil M Mane
>Assignee: Pranay Pandey
>Priority: Trivial
> Attachments: EditProductPromoRules.png, OFBIZ-7091.patch
>
>
> On Edit promo screen, in existing condition section's select box two empty 
> options are shown.
> Please find the screenshot for more detail.
> Reason and Solution:
> As per the code in EditProductPromoRules.ftl,
> {code}
>  "${carrierShippingMethod!}">${carrierParty!}${description} 
> {code}
> And the carrierParty is calculated above, if it is not available the first 
> option will show automatically as empty option
> {code}
>  "${carrierShippingMethod!}">${carrierParty!}${description}
> {code}
> So, we don't need the second empty option field and can remove it.
> {code}
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-7091) Two empty options are shown in shipping method select box on Edit promo screen

2016-05-20 Thread Swapnil M Mane (JIRA)

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

Swapnil M Mane updated OFBIZ-7091:
--
Attachment: OFBIZ-7091.patch

> Two empty options are shown in shipping method select box on Edit promo screen
> --
>
> Key: OFBIZ-7091
> URL: https://issues.apache.org/jira/browse/OFBIZ-7091
> Project: OFBiz
>  Issue Type: Improvement
>  Components: product
>Affects Versions: Trunk
>Reporter: Swapnil M Mane
>Assignee: Pranay Pandey
>Priority: Trivial
> Attachments: EditProductPromoRules.png, OFBIZ-7091.patch
>
>
> On Edit promo screen, in existing condition section's select box two empty 
> options are shown.
> Please find the screenshot for more detail.
> Reason and Solution:
> As per the code in EditProductPromoRules.ftl,
> {code}
>  "${carrierShippingMethod!}">${carrierParty!}${description} 
> {code}
> And the carrierParty is calculated above, if it is not available the first 
> option will show automatically as empty option
> {code}
>  "${carrierShippingMethod!}">${carrierParty!}${description}
> {code}
> So, we don't need the section option empty option field and can remove it.
> {code}
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-7091) Two empty options are shown in shipping method select box on Edit promo screen

2016-05-20 Thread Swapnil M Mane (JIRA)

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

Swapnil M Mane updated OFBIZ-7091:
--
Attachment: EditProductPromoRules.png

> Two empty options are shown in shipping method select box on Edit promo screen
> --
>
> Key: OFBIZ-7091
> URL: https://issues.apache.org/jira/browse/OFBIZ-7091
> Project: OFBiz
>  Issue Type: Improvement
>  Components: product
>Affects Versions: Trunk
>Reporter: Swapnil M Mane
>Assignee: Pranay Pandey
>Priority: Trivial
> Attachments: EditProductPromoRules.png
>
>
> On Edit promo screen, in existing condition section's select box two empty 
> options are shown.
> Please find the screenshot for more detail.
> Reason and Solution:
> As per the code in EditProductPromoRules.ftl,
> {code}
>  "${carrierShippingMethod!}">${carrierParty!}${description} 
> {code}
> And the carrierParty is calculated above, if it is not available the first 
> option will show automatically as empty option
> {code}
>  "${carrierShippingMethod!}">${carrierParty!}${description}
> {code}
> So, we don't need the section option empty option field and can remove it.
> {code}
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)