[Vtigercrm-developers] Hotfix 2 Bug

Martin Allen martin.allen at clystnet.com
Thu Oct 15 08:16:31 GMT 2020


So we're back to the same situation where the maximum number of scheduled
workflows is hardcoded in again, just in a much more complicated way!
I thought the whole point was to make it a variable set in the config file?

Martin Allen


*01392 248692 - Main Office01392 690659 - Direct Line*

*[image: signature2]*

Have you visited our website recently? https://www.clystnet.com
<http://www.clystnet.com/>


The information in this email is confidential If you are not the intended
recipient, you must not read or use that information. This email and any
attachments are believed to be virus free however no responsibility is
accepted by Clystnet for any loss or damage arising in any way from receipt
or use thereof. Clystnet Ltd (company reg number 7164503) is based at
Silverdown Park, Fair Oak Close, Clyst Honiton, EX5 2UX


On Thu, 15 Oct 2020 at 09:14, Uma S <uma.s at vtiger.com> wrote:

> Hi Martin,
>
> I would like to recall from the other thread, Where we shouldn't alert the
> config file settings. Hence max_scheduled_workflows has been moved to
> globals.
>
> Now getScheduledWorkflowsCount() will consider the value from globals but
> not config file, You can use the vglobals to reset the constant.
>
> On Thu, Oct 15, 2020 at 12:35 PM Martin Allen <martin.allen at clystnet.com>
> wrote:
>
>> Tested and confirmed - if you set the variable in your config file for
>> max_scheduled_workflows to 20, you can still only create 10 scheduled
>> workflows.
>>
>> Martin Allen
>>
>>
>> *01392 248692 - Main Office01392 690659 - Direct Line*
>>
>> *[image: signature2]*
>>
>> Have you visited our website recently? https://www.clystnet.com
>> <http://www.clystnet.com/>
>>
>>
>> The information in this email is confidential If you are not the intended
>> recipient, you must not read or use that information. This email and any
>> attachments are believed to be virus free however no responsibility is
>> accepted by Clystnet for any loss or damage arising in any way from receipt
>> or use thereof. Clystnet Ltd (company reg number 7164503) is based at
>> Silverdown Park, Fair Oak Close, Clyst Honiton, EX5 2UX
>>
>>
>> On Wed, 14 Oct 2020 at 08:53, Uma S <uma.s at vtiger.com> wrote:
>>
>>> Hi Martin,
>>>
>>> No! max_scheduled_workflows is a constant which is compared with getScheduledWorkflowsCount().
>>> So that it always remains the same.
>>>
>>> On Wed, Oct 14, 2020 at 1:00 PM Martin Allen <martin.allen at clystnet.com>
>>> wrote:
>>>
>>>> Hi - I've just looked at the commit for fixing the
>>>> max_scheduled_workflows issue, and I suspect it has a bug -not tested it
>>>> yet, but it looks pretty obvious what will happen.
>>>>
>>>> In getMaxAllowedScheduledWorkflows() it uses vglobal() to SET
>>>> max_scheduled_workflows to 10, then uses the same function to retrieves the
>>>> value in max_scheduled_workflows. Which will always be 10 as you just set
>>>> it to 10!
>>>>
>>>> It basically will now ignore whatever value you set in config.inc.php !
>>>>
>>>> There should be a separate function to SET a global variable, and a
>>>> different one to RETRIEVE the variable (with a default value returned if
>>>> not set, which im guessing is what was intended here)
>>>>
>>>> Martin Allen
>>>>
>>>>
>>>> *01392 248692 - Main Office01392 690659 - Direct Line*
>>>>
>>>> *[image: signature2]*
>>>>
>>>> Have you visited our website recently? https://www.clystnet.com
>>>> <http://www.clystnet.com/>
>>>>
>>>>
>>>> The information in this email is confidential If you are not the
>>>> intended recipient, you must not read or use that information. This email
>>>> and any attachments are believed to be virus free however no responsibility
>>>> is accepted by Clystnet for any loss or damage arising in any way from
>>>> receipt or use thereof. Clystnet Ltd (company reg number 7164503) is based
>>>> at Silverdown Park, Fair Oak Close, Clyst Honiton, EX5 2UX
>>>> _______________________________________________
>>>> http://www.vtiger.com/
>>>
>>>
>>>
>>> --
>>> With
>>> Best Regards
>>> Uma.S
>>> Vtiger Team
>>> _______________________________________________
>>> http://www.vtiger.com/
>>
>> _______________________________________________
>> http://www.vtiger.com/
>
>
>
> --
> With
> Best Regards
> Uma.S
> Vtiger Team
> _______________________________________________
> http://www.vtiger.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20201015/56295974/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 10550 bytes
Desc: not available
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20201015/56295974/attachment-0001.png>


More information about the vtigercrm-developers mailing list