[jira] [Commented] (OFBIZ-10402) Introduce ability to clear specific cache from cache maintenance

2018-11-10 Thread Rishi Solanki (JIRA)


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

Rishi Solanki commented on OFBIZ-10402:
---

Minor improvement in code done at revision 1846298. No functional changes, 
instead of complete util package import only import the specific classes 
required in the UtilCacheEvents class.

Thanks to [~aditya.sharma] for review ant feedback.

> Introduce ability to clear specific cache from cache maintenance
> 
>
> Key: OFBIZ-10402
> URL: https://issues.apache.org/jira/browse/OFBIZ-10402
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rishi Solanki
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-10402.jpg, OFBIZ-10402.patch, OFBIZ-10402.patch
>
>
> Currently, either you can clear all caches or you can clear specific cache 
> records from clear button.
> There should be checkbox pattern which enables user to select multiple caches 
> and some button on top like clear selected caches. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10402) Introduce ability to clear specific cache from cache maintenance

2018-11-01 Thread Jacques Le Roux (JIRA)


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

Jacques Le Roux commented on OFBIZ-10402:
-

I quickly reviewed and especially tested, this looks good to me: +1

> Introduce ability to clear specific cache from cache maintenance
> 
>
> Key: OFBIZ-10402
> URL: https://issues.apache.org/jira/browse/OFBIZ-10402
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rishi Solanki
>Priority: Minor
> Attachments: OFBIZ-10402.jpg, OFBIZ-10402.patch, OFBIZ-10402.patch
>
>
> Currently, either you can clear all caches or you can clear specific cache 
> records from clear button.
> There should be checkbox pattern which enables user to select multiple caches 
> and some button on top like clear selected caches. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10402) Introduce ability to clear specific cache from cache maintenance

2018-10-31 Thread Rishi Solanki (JIRA)


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

Rishi Solanki commented on OFBIZ-10402:
---

Technical Insights of the patch provided:
 * Added multi-form to submit the multiple rows on checkbox selection.
 * Added event to handle the multi-form request.
 * Remove grid and menu to use multi-form.

Work looks good to me, will commit the changes in a day or two.

Thanks [~yogesh.naroliya] for your work and [~suraj.khurana] for reporting this 
improvement.

> Introduce ability to clear specific cache from cache maintenance
> 
>
> Key: OFBIZ-10402
> URL: https://issues.apache.org/jira/browse/OFBIZ-10402
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rishi Solanki
>Priority: Minor
> Attachments: OFBIZ-10402.jpg, OFBIZ-10402.patch, OFBIZ-10402.patch
>
>
> Currently, either you can clear all caches or you can clear specific cache 
> records from clear button.
> There should be checkbox pattern which enables user to select multiple caches 
> and some button on top like clear selected caches. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10402) Introduce ability to clear specific cache from cache maintenance

2018-10-27 Thread Yogesh Naroliya (JIRA)


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

Yogesh Naroliya commented on OFBIZ-10402:
-

I verified the changes and attached the patch and a screenshot for quick 
reference.

> Introduce ability to clear specific cache from cache maintenance
> 
>
> Key: OFBIZ-10402
> URL: https://issues.apache.org/jira/browse/OFBIZ-10402
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Yogesh Naroliya
>Priority: Minor
> Attachments: OFBIZ-10402.jpg, OFBIZ-10402.patch, OFBIZ-10402.patch
>
>
> Currently, either you can clear all caches or you can clear specific cache 
> records from clear button.
> There should be checkbox pattern which enables user to select multiple caches 
> and some button on top like clear selected caches. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10402) Introduce ability to clear specific cache from cache maintenance

2018-09-22 Thread Yogesh Naroliya (JIRA)


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

Yogesh Naroliya commented on OFBIZ-10402:
-

*Quick Update:*

I've started implementation to clear specific cache from cache maintenance 
screen.
Here are the technical details of implementation:
1. Replace ListCache grid of CacheForms.xml with multi form.
2. Created a request with name 'ClearSelectedCaches'.
3. Implemented a method UtilCacheEvents.ClearSelectedCachesEvent to get iterate 
the selected cache and clears them.

Started testing of the implementation, I will provide the patch soon once done 
with the dev testing.

> Introduce ability to clear specific cache from cache maintenance
> 
>
> Key: OFBIZ-10402
> URL: https://issues.apache.org/jira/browse/OFBIZ-10402
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Yogesh Naroliya
>Priority: Minor
>
> Currently, either you can clear all caches or you can clear specific cache 
> records from clear button.
> There should be checkbox pattern which enables user to select multiple caches 
> and some button on top like clear selected caches. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10402) Introduce ability to clear specific cache from cache maintenance

2018-05-12 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-10402:
-

+1 good idea!

> Introduce ability to clear specific cache from cache maintenance
> 
>
> Key: OFBIZ-10402
> URL: https://issues.apache.org/jira/browse/OFBIZ-10402
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Priority: Minor
>
> Currently, either you can clear all caches or you can clear specific cache 
> records from clear button.
> There should be checkbox pattern which enables user to select multiple caches 
> and some button on top like clear selected caches. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10402) Introduce ability to clear specific cache from cache maintenance

2018-05-12 Thread Rishi Solanki (JIRA)

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

Rishi Solanki commented on OFBIZ-10402:
---

+1
Thanks [~suraj.khurana] 

> Introduce ability to clear specific cache from cache maintenance
> 
>
> Key: OFBIZ-10402
> URL: https://issues.apache.org/jira/browse/OFBIZ-10402
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Priority: Minor
>
> Currently, either you can clear all caches or you can clear specific cache 
> records from clear button.
> There should be checkbox pattern which enables user to select multiple caches 
> and some button on top like clear selected caches. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)