There is a bug:
every day number of new projects available for your company is growing
at some point (I think if you exceed 1000 available projects; I had to fix it at 1667 available projects) itis breaking javascript which is managing choosing new projects.
I had to reduce array:
an changed variable value (to match size of above variable)
btw: that variable is redundant- why not use
?
every day number of new projects available for your company is growing
at some point (I think if you exceed 1000 available projects; I had to fix it at 1667 available projects) itis breaking javascript which is managing choosing new projects.
I had to reduce array:
Code:
SugarCube.State.variables.projectArray
Code:
SugarCube.State.variables.numberOfProjects
Code:
SugarCube.State.variables.projectArray.length