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

[Bug][Fix] Wrong users list on project time activity input per week and per day #11834

Closed
vmaury opened this issue Sep 6, 2019 · 0 comments
Closed
Labels
Bug This is a bug (something does not work as expected)

Comments

@vmaury
Copy link
Contributor

vmaury commented Sep 6, 2019

File /htdocs/projet/activity/perweek.php
and /htdocs/projet/activity/perday.php
The user displayed list should be only supervised users + me
In all versions, including trunk

line #481 in perweek.php
line #444 in perday.php
FIX $includeonly='hierachyme';
to be replaced by
$includeonly='hierarchyme';

@jtraulle jtraulle added the Bug This is a bug (something does not work as expected) label Sep 6, 2019
@eldy eldy closed this as completed in f2b9517 Sep 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This is a bug (something does not work as expected)
Projects
None yet
Development

No branches or pull requests

2 participants