[jira] [Updated] (OFBIZ-6591) ofbiz does not compile

2015-08-31 Thread Wai (JIRA)

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

Wai updated OFBIZ-6591:
---
Attachment: OFBIZ-6591.patch

> ofbiz does not compile
> --
>
> Key: OFBIZ-6591
> URL: https://issues.apache.org/jira/browse/OFBIZ-6591
> Project: OFBiz
>  Issue Type: Bug
>  Components: ALL APPLICATIONS
>Affects Versions: Trunk
>Reporter: Wai
> Attachments: OFBIZ-6591.patch
>
>




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


[jira] [Created] (OFBIZ-6591) ofbiz does not compile

2015-08-31 Thread Wai (JIRA)
Wai created OFBIZ-6591:
--

 Summary: ofbiz does not compile
 Key: OFBIZ-6591
 URL: https://issues.apache.org/jira/browse/OFBIZ-6591
 Project: OFBiz
  Issue Type: Bug
  Components: ALL APPLICATIONS
Affects Versions: Trunk
Reporter: Wai
 Attachments: OFBIZ-6591.patch





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


[jira] [Commented] (OFBIZ-5042) Apache Solr Implementation

2015-08-31 Thread Pierre Smits (JIRA)

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

Pierre Smits commented on OFBIZ-5042:
-

While performing a cursory review of the notification emails regarding the 
incorporation of the code into trunk, I noticed a variety of licenses applied. 
We need to ensure that we do the right thing regarding this.

> Apache Solr Implementation
> --
>
> Key: OFBIZ-5042
> URL: https://issues.apache.org/jira/browse/OFBIZ-5042
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Reporter: Paul Piper
>Assignee: Jacques Le Roux
>  Labels: component, feature, solr
> Attachments: 2013-07-30 11 52 52.png, OFBIZ-5042 - solr in 
> specialpurpose.patch, OFBIZ-5042 - solr in specialpurpose.patch, OFBIZ-5042 - 
> solr in specialpurpose.patch, solr in specialpurpose splitted.z01, solr in 
> specialpurpose splitted.z02, solr in specialpurpose splitted.zip, solr in 
> specialpurpose.zip, solr-v1.00-r4284.zip
>
>
> Apache Solr, a modern search engine, seems to be one of the most commonly 
> requested feature within the OFBiz community. With my agency, ilscipio, we 
> have done several Apache Solr implementations in the past, and we felt that 
> we could contribute this feature to the community. Currently, Solr is greatly 
> used within syracus.net (our standalone store) and serves to generate the 
> categories & search functionalities. From our team mainly Pascal Proulx, 
> Jonatan Soto and I  were involved in this feature (albeit more having 
> contributed to it. We created a standalone component which can be integrated 
> into any running ofbiz implementation. It was tested against OFBiz 09.04 - 
> 12.04.. 
> =
> Solr Component for Apache Ofbiz
> =
> This document describes the Ofbiz solr component, an Ofbiz 
> (http://ofbiz.apache.org/) 
> implementation of the Apache Solr search platform 
> (http://lucene.apache.org/solr/).
> The solr component includes an Ofbiz service-based wrapper layer to the 
> Apache Solr
> webapp queries as well as the native Apache Solr web interface itself.
> Currently, the solr component focuses on Product data.
> Note: This document is a work in progress; information is subject to change.
> Contents:
> 1. Installation
> 2. Configuration
> 3. Data Indexing
> 4. Data Querying
> 5. Implementation Concerns
> 6. Known Bugs, Limitations and Issues
> -
> 1. Installation
> -
> To install solr in an Ofbiz setting, simply extract the solr directory and
> and sub-folders to the hot-deploy folder.
> Afterward, the solr home system property (solr.solr.home) must be set to the 
> value
> hot-deploy/solr manually using one of the following methods:
> * solr.solr.home in batch/script file:
> Add the parameter "-Dsolr.solr.home=hot-deploy/solr" to the Java command
> invocation for ofbiz.jar.
> e.g.:
> "%JAVA_HOME%\bin\java" -Xms128M -Xmx512M -XX:MaxPermSize=512m 
> -Dsolr.solr.home=hot-deploy/solr -jar ofbiz.jar
> * solr.solr.home in Ant build configuration:
> In your root Ofbiz build.xml file, add the element " value="-Dsolr.solr.home=hot-deploy/solr"/>"
> to the "" invocation of the appropriate Ant 
> target(s) (run, start, run-install, etc.).
> e.g.:
> {code}
> 
>   
>   
>   
>   
>   
>   
> 
> {code}
> ***
> It may be possible to specify solr home using other methods (JNDI, web.xml), 
> but at the time
> of this writing, this was the most reliable method known.
> -
> 2. Configuration
> -
> The solr component can run out-of-the-box without configuration, but many
> files, settings and interfaces allow custom settings. Some of these include:
> * Ofbiz configurations:
> ** System properties:
> *** ofbiz.solr.eca.enabled - Global solr ECA toggling boolean (true/false, 
> see Data Indexing)
> ** Config files:
> *** solr/config/solrconfig.properties - Ofbiz solr service behavior control
> *** ofbiz-component.xml - Standard Ofbiz component config
> * Apache Solr configurations:
> ** System properties:
> *** solr.solr.home - Solr home (see Installation)
> ** Config files:
> *** solr.xml - Base solr config
> *** conf/schema.xml - Solr index schema
> *** webapp/WEB-INF/web.xml - Dual Ofbiz/Solr webapp config
> ** Interfaces:
> *** /solr/admin/ - Webapp admin interface (see below)
> ***
> It is possible to set extensive native Solr configuration using
> the admin webapp interface noted above. It should be accessible at the 
> address:
> http://localhost:8080/solr/admin/
> 

[jira] [Commented] (OFBIZ-6589) In all themes, popup calendar does not work

2015-08-31 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-6589:


I reverted to 

Revision: 1698259
Author: jleroux
Date: vendredi 28 août 2015 07:09:35
Message:
A patch from Wai for "simple coding cleanup" 
https://issues.apache.org/jira/browse/OFBIZ-6583

This fixes and improves CompanyHeader.groovy

Modified : 
/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/CompanyHeader.groovy

It still works then. I will check what happened since...

> In all themes, popup calendar does not work
> ---
>
> Key: OFBIZ-6589
> URL: https://issues.apache.org/jira/browse/OFBIZ-6589
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework
>Affects Versions: Trunk
>Reporter: Wai
>




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


[jira] [Comment Edited] (OFBIZ-6589) In all themes, popup calendar does not work

2015-08-31 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux edited comment on OFBIZ-6589 at 8/31/15 7:21 AM:
-

I reverted to 
{quote}
Revision: 1698259
Author: jleroux
Date: vendredi 28 août 2015 07:09:35
Message:
A patch from Wai for "simple coding cleanup" 
https://issues.apache.org/jira/browse/OFBIZ-6583

This fixes and improves CompanyHeader.groovy

Modified : 
/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/CompanyHeader.groovy
{quote}
It still works then. I will check what happened since...


was (Author: jacques.le.roux):
I reverted to 

Revision: 1698259
Author: jleroux
Date: vendredi 28 août 2015 07:09:35
Message:
A patch from Wai for "simple coding cleanup" 
https://issues.apache.org/jira/browse/OFBIZ-6583

This fixes and improves CompanyHeader.groovy

Modified : 
/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/CompanyHeader.groovy

It still works then. I will check what happened since...

> In all themes, popup calendar does not work
> ---
>
> Key: OFBIZ-6589
> URL: https://issues.apache.org/jira/browse/OFBIZ-6589
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework
>Affects Versions: Trunk
>Reporter: Wai
>




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


[jira] [Commented] (OFBIZ-6589) In all themes, popup calendar does not work

2015-08-31 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-6589:


It's due to 
{quote}
Revision: 1697574
Author: deepak
Date: mardi 25 août 2015 08:40:54
Message:
(OFBIZ-6362) Added missing code in header.ftl file to include component 
specific js file.

Modified : 
/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/includes/headerHead.ftl
Modified : 
/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/includes/header.ftl
Modified : /ofbiz/trunk/themes/bizznesstime/includes/header.ftl
Modified : /ofbiz/trunk/themes/bluelight/includes/header.ftl
Modified : /ofbiz/trunk/themes/droppingcrumbs/includes/header.ftl
Modified : /ofbiz/trunk/themes/flatgrey/includes/header.ftl
Modified : /ofbiz/trunk/themes/tomahawk/includes/header.ftl
{quote}


> In all themes, popup calendar does not work
> ---
>
> Key: OFBIZ-6589
> URL: https://issues.apache.org/jira/browse/OFBIZ-6589
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework
>Affects Versions: Trunk
>Reporter: Wai
>




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


[jira] [Commented] (OFBIZ-5042) Apache Solr Implementation

2015-08-31 Thread Shi Jinghai (JIRA)

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

Shi Jinghai commented on OFBIZ-5042:


Thanks Pierre! I'll check the licenses of the jars and update the /LICENSE file.

> Apache Solr Implementation
> --
>
> Key: OFBIZ-5042
> URL: https://issues.apache.org/jira/browse/OFBIZ-5042
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Reporter: Paul Piper
>Assignee: Jacques Le Roux
>  Labels: component, feature, solr
> Attachments: 2013-07-30 11 52 52.png, OFBIZ-5042 - solr in 
> specialpurpose.patch, OFBIZ-5042 - solr in specialpurpose.patch, OFBIZ-5042 - 
> solr in specialpurpose.patch, solr in specialpurpose splitted.z01, solr in 
> specialpurpose splitted.z02, solr in specialpurpose splitted.zip, solr in 
> specialpurpose.zip, solr-v1.00-r4284.zip
>
>
> Apache Solr, a modern search engine, seems to be one of the most commonly 
> requested feature within the OFBiz community. With my agency, ilscipio, we 
> have done several Apache Solr implementations in the past, and we felt that 
> we could contribute this feature to the community. Currently, Solr is greatly 
> used within syracus.net (our standalone store) and serves to generate the 
> categories & search functionalities. From our team mainly Pascal Proulx, 
> Jonatan Soto and I  were involved in this feature (albeit more having 
> contributed to it. We created a standalone component which can be integrated 
> into any running ofbiz implementation. It was tested against OFBiz 09.04 - 
> 12.04.. 
> =
> Solr Component for Apache Ofbiz
> =
> This document describes the Ofbiz solr component, an Ofbiz 
> (http://ofbiz.apache.org/) 
> implementation of the Apache Solr search platform 
> (http://lucene.apache.org/solr/).
> The solr component includes an Ofbiz service-based wrapper layer to the 
> Apache Solr
> webapp queries as well as the native Apache Solr web interface itself.
> Currently, the solr component focuses on Product data.
> Note: This document is a work in progress; information is subject to change.
> Contents:
> 1. Installation
> 2. Configuration
> 3. Data Indexing
> 4. Data Querying
> 5. Implementation Concerns
> 6. Known Bugs, Limitations and Issues
> -
> 1. Installation
> -
> To install solr in an Ofbiz setting, simply extract the solr directory and
> and sub-folders to the hot-deploy folder.
> Afterward, the solr home system property (solr.solr.home) must be set to the 
> value
> hot-deploy/solr manually using one of the following methods:
> * solr.solr.home in batch/script file:
> Add the parameter "-Dsolr.solr.home=hot-deploy/solr" to the Java command
> invocation for ofbiz.jar.
> e.g.:
> "%JAVA_HOME%\bin\java" -Xms128M -Xmx512M -XX:MaxPermSize=512m 
> -Dsolr.solr.home=hot-deploy/solr -jar ofbiz.jar
> * solr.solr.home in Ant build configuration:
> In your root Ofbiz build.xml file, add the element " value="-Dsolr.solr.home=hot-deploy/solr"/>"
> to the "" invocation of the appropriate Ant 
> target(s) (run, start, run-install, etc.).
> e.g.:
> {code}
> 
>   
>   
>   
>   
>   
>   
> 
> {code}
> ***
> It may be possible to specify solr home using other methods (JNDI, web.xml), 
> but at the time
> of this writing, this was the most reliable method known.
> -
> 2. Configuration
> -
> The solr component can run out-of-the-box without configuration, but many
> files, settings and interfaces allow custom settings. Some of these include:
> * Ofbiz configurations:
> ** System properties:
> *** ofbiz.solr.eca.enabled - Global solr ECA toggling boolean (true/false, 
> see Data Indexing)
> ** Config files:
> *** solr/config/solrconfig.properties - Ofbiz solr service behavior control
> *** ofbiz-component.xml - Standard Ofbiz component config
> * Apache Solr configurations:
> ** System properties:
> *** solr.solr.home - Solr home (see Installation)
> ** Config files:
> *** solr.xml - Base solr config
> *** conf/schema.xml - Solr index schema
> *** webapp/WEB-INF/web.xml - Dual Ofbiz/Solr webapp config
> ** Interfaces:
> *** /solr/admin/ - Webapp admin interface (see below)
> ***
> It is possible to set extensive native Solr configuration using
> the admin webapp interface noted above. It should be accessible at the 
> address:
> http://localhost:8080/solr/admin/
> (where 8080 is your server's http port)
> Please refer to the Apache Solr documentation for usage of this interface
> and other native 

[jira] [Commented] (OFBIZ-6591) ofbiz does not compile

2015-08-31 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-6591:


I have no problems building trunk here (after a clean)

> ofbiz does not compile
> --
>
> Key: OFBIZ-6591
> URL: https://issues.apache.org/jira/browse/OFBIZ-6591
> Project: OFBiz
>  Issue Type: Bug
>  Components: ALL APPLICATIONS
>Affects Versions: Trunk
>Reporter: Wai
> Attachments: OFBIZ-6591.patch
>
>




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


[jira] [Commented] (OFBIZ-6591) ofbiz does not compile

2015-08-31 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-6591:


But we have a redirection issue on trunk demo...

> ofbiz does not compile
> --
>
> Key: OFBIZ-6591
> URL: https://issues.apache.org/jira/browse/OFBIZ-6591
> Project: OFBiz
>  Issue Type: Bug
>  Components: ALL APPLICATIONS
>Affects Versions: Trunk
>Reporter: Wai
> Attachments: OFBIZ-6591.patch
>
>




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


[jira] [Commented] (OFBIZ-6362) Move js & css references from CommonDecorator(s) to themes

2015-08-31 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-6362:


Good luck with solving OFBIZ-6589 w/o reverting all changes done here :/ At 
least we need to better deal with 



And why is the related code still present in
:-o ?

> Move js & css references from CommonDecorator(s) to themes
> --
>
> Key: OFBIZ-6362
> URL: https://issues.apache.org/jira/browse/OFBIZ-6362
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk, Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Deepak Dixit
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-6263-BlueLight-header.ftl.patch, 
> OFBIZ-6362-BizznessTime-header.ftl.patch, 
> OFBIZ-6362-BizznessTimeThemeData.xml.patch, 
> OFBIZ-6362-BlueLightThemeData.xml.patch, OFBIZ-6362-CommonScreens.xml.patch, 
> OFBIZ-6362-DroppingCrumbs-header.ftl.patch, 
> OFBIZ-6362-DroppingCrumbsThemeData.xml.patch, 
> OFBIZ-6362-FlatGrey-header.ftl.patch, OFBIZ-6362-FlatGreyThemeData.xml.patch, 
> OFBIZ-6362-Tomahawk-header.ftl.patch, OFBIZ-6362-TomahawkThemeData.xml.patch, 
> OFBIZ-6362-bbasic-theme.patch, OFBIZ-6362-sunrise-theme.patch, bbasic.zip, 
> sunrise.zip
>
>




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


[jira] [Commented] (OFBIZ-6589) In all themes, popup calendar does not work

2015-08-31 Thread Deepak Dixit (JIRA)

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

Deepak Dixit commented on OFBIZ-6589:
-

Let me check...

> In all themes, popup calendar does not work
> ---
>
> Key: OFBIZ-6589
> URL: https://issues.apache.org/jira/browse/OFBIZ-6589
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework
>Affects Versions: Trunk
>Reporter: Wai
>




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


[jira] [Commented] (OFBIZ-6362) Move js & css references from CommonDecorator(s) to themes

2015-08-31 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-6362:


I noticed this comment but then forgot to comment myself. I agree with Wei, 
also see OFBIZ-6589 for last commit below

> Move js & css references from CommonDecorator(s) to themes
> --
>
> Key: OFBIZ-6362
> URL: https://issues.apache.org/jira/browse/OFBIZ-6362
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk, Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Deepak Dixit
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-6263-BlueLight-header.ftl.patch, 
> OFBIZ-6362-BizznessTime-header.ftl.patch, 
> OFBIZ-6362-BizznessTimeThemeData.xml.patch, 
> OFBIZ-6362-BlueLightThemeData.xml.patch, OFBIZ-6362-CommonScreens.xml.patch, 
> OFBIZ-6362-DroppingCrumbs-header.ftl.patch, 
> OFBIZ-6362-DroppingCrumbsThemeData.xml.patch, 
> OFBIZ-6362-FlatGrey-header.ftl.patch, OFBIZ-6362-FlatGreyThemeData.xml.patch, 
> OFBIZ-6362-Tomahawk-header.ftl.patch, OFBIZ-6362-TomahawkThemeData.xml.patch, 
> OFBIZ-6362-bbasic-theme.patch, OFBIZ-6362-sunrise-theme.patch, bbasic.zip, 
> sunrise.zip
>
>




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


[jira] [Comment Edited] (OFBIZ-6589) In all themes, popup calendar does not work

2015-08-31 Thread Deepak Dixit (JIRA)

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

Deepak Dixit edited comment on OFBIZ-6589 at 8/31/15 2:16 PM:
--

This should be fixed at r#1700250. Removed date picker localization data from 
theme file.
GlobalActions decorator will generate and include the localization file in 
GlobalDecorator.

Thanks Wai for the reporting the bug, and Thanks Jacques and Pierre for the 
discussion. :)
 


was (Author: deepak.dixit):
This should be fixed at r#1700250. Removed date picker localization data from 
theme file.
GlobalActions decorator will generate and include the localization file in 
GlobalDecorator.
 

> In all themes, popup calendar does not work
> ---
>
> Key: OFBIZ-6589
> URL: https://issues.apache.org/jira/browse/OFBIZ-6589
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework
>Affects Versions: Trunk
>Reporter: Wai
>Assignee: Deepak Dixit
> Fix For: Upcoming Branch
>
>




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


[jira] [Assigned] (OFBIZ-6589) In all themes, popup calendar does not work

2015-08-31 Thread Deepak Dixit (JIRA)

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

Deepak Dixit reassigned OFBIZ-6589:
---

Assignee: Deepak Dixit

> In all themes, popup calendar does not work
> ---
>
> Key: OFBIZ-6589
> URL: https://issues.apache.org/jira/browse/OFBIZ-6589
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework
>Affects Versions: Trunk
>Reporter: Wai
>Assignee: Deepak Dixit
>




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


[jira] [Closed] (OFBIZ-6589) In all themes, popup calendar does not work

2015-08-31 Thread Deepak Dixit (JIRA)

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

Deepak Dixit closed OFBIZ-6589.
---
   Resolution: Fixed
Fix Version/s: Upcoming Branch

> In all themes, popup calendar does not work
> ---
>
> Key: OFBIZ-6589
> URL: https://issues.apache.org/jira/browse/OFBIZ-6589
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework
>Affects Versions: Trunk
>Reporter: Wai
>Assignee: Deepak Dixit
> Fix For: Upcoming Branch
>
>




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


[jira] [Commented] (OFBIZ-6589) In all themes, popup calendar does not work

2015-08-31 Thread Deepak Dixit (JIRA)

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

Deepak Dixit commented on OFBIZ-6589:
-

This should be fixed at r#1700250. Removed date picker localization data from 
theme file.
GlobalActions decorator will generate and include the localization file in 
GlobalDecorator.
 

> In all themes, popup calendar does not work
> ---
>
> Key: OFBIZ-6589
> URL: https://issues.apache.org/jira/browse/OFBIZ-6589
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework
>Affects Versions: Trunk
>Reporter: Wai
>




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