Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gannt order default by plan date start #65

Open
ct0rm4n opened this issue Feb 25, 2024 · 0 comments
Open

Gannt order default by plan date start #65

ct0rm4n opened this issue Feb 25, 2024 · 0 comments

Comments

@ct0rm4n
Copy link
Contributor

ct0rm4n commented Feb 25, 2024

By Default fix gannt orderer by plan date start,
I fix it and work fine

    $iterator = $DB->request([
        'FROM' => 'glpi_projects',
        'WHERE' => [
            'projects_id' => 0,
            'show_on_global_gantt' => 1,
            'is_template' => 0,
            'is_deleted' => 0
        ] + getEntitiesRestrictCriteria('glpi_projects', '', '', true),
        'ORDERBY' => 'glpi_projects.plan_start_date'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant