06-09-2014, 02:36 PM
Hi all,
I was testing modTracker (module that I had never dig in it) and I found that dont works, and its impossible to works with the following:
-When you activate one module to be tracked, vTiger adds a Link to module:
The problem inside this function is $sequence values empty (and not 0), phpMyAdmin returns the following:
So, my concern is if nobody notices this, or is just nobody uses this module...
Thanks.
I was testing modTracker (module that I had never dig in it) and I found that dont works, and its impossible to works with the following:
-When you activate one module to be tracked, vTiger adds a Link to module:
Code:
https://github.com/tsolucio/corebos/blob/master/modules/ModTracker/ModTracker.php - line 130.
The problem inside this function is $sequence values empty (and not 0), phpMyAdmin returns the following:
Code:
#1366 - Incorrect integer value: '' for column 'sequence' at row 1
So, my concern is if nobody notices this, or is just nobody uses this module...
Thanks.