[Vtigercrm-developers] Mass Edit operation can be done on 500 or less records at a time
Alan Bell
alan.bell at libertus.co.uk
Tue Sep 29 12:45:47 GMT 2015
yes, that is indeed the line and I changed it to 1000 and my update
worked, but if it is to be configurable then the translation strings
should not reference a fixed number like 500. Personally I would rather
have something like "Updating more than 500 records at once can take
some time, OK/Cancel". If you have 501 records or more that you really
do want to update then it is quite hard at the moment.
Alan.
On 29/09/15 12:11, Matteo Baranzoni wrote:
> check file /layouts/vlayout/modules/Vtiger/resources/List.js
>
> triggerMassEdit : function(massEditUrl) {
> var selectedCount = this.getSelectedRecordCount();
> if(selectedCount > 500) {
> var params = {
> title : app.vtranslate('JS_MESSAGE'),
> text: app.vtranslate('JS_MASS_EDIT_LIMIT'),
> animation: 'show',
> type: 'error'
> };
> Vtiger_Helper_Js.showPnotify(params);
> return;
>
> 2015-09-29 13:00 GMT+02:00 Simone Travaglini
> <simonetravaglini at gmail.com <mailto:simonetravaglini at gmail.com>>:
>
> +1
> If we force we can get problem?
> Someone had experience?
>
> 2015-09-29 11:13 GMT+02:00 Alan Bell <alan.bell at libertus.co.uk
> <mailto:alan.bell at libertus.co.uk>>:
>
> Hi all,
>
> Firstly this error message is very badly wrong, it should say
> "fewer" rather than "less".
>
> Secondly, why??? Can't this be configurable or implemented in
> a way that it goes to some kind of batch processing if there
> are more than 500 things to edit. Maybe replace it with a
> warning that it may take some time to complete rather than
> just block the edit.
>
> Alan.
> _______________________________________________
> http://www.vtiger.com/
>
>
>
>
> --
> Simone Travaglini
> 328 5499846
> Linkedin: Simone Travaglini
>
>
> Rispetta l'ambiente: non stampare questa mail se non ti è
> veramente necessario!
>
> _______________________________________________
> http://www.vtiger.com/
>
>
>
>
> _______________________________________________
> http://www.vtiger.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20150929/a5c285f6/attachment.html>
More information about the vtigercrm-developers
mailing list