Hello,
This Parameter::getGlobalParameter('limitDisplayPlanning') limits the number of lines displayed, which is fine but not totally true when using filters.
With larger projects and using the filter feature, the number of lines displayed is incorrect.
Lines behond limitDisplayPlanning, are not displayed.
Example: lets assume limitDisplayPlanning = 500, my project has 1000 lines, and the filter selects 10 lines, were 9 activities are within the 500 first and 1 actvitiy between 501 and 1000, the last one is not displayed.
The limitDisplayPlanning should restrict on the real lines to be displayed (independently from the number of lines the project has and activity location within the plan)
I know there were already some discussions about this topic, possibly revising the filter features and functionalities.
Many thanks.
Hello,
Thank you.