We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Filter on entity field is missing, so with multicompany module installed every company can see worked hour of other company
all version
projet/tasks/time.php
$sql .= " WHERE p.entity IN (".getEntity('project').")";
No response
The text was updated successfully, but these errors were encountered:
FIX missing project entity filter (Issue Dolibarr#26243)
7b5af96
@aschio fixed with this PR #26247 thank you
Sorry, something went wrong.
FIX missing project entity filter (Issue #26243) (#26247)
d91d183
No branches or pull requests
Bug
Filter on entity field is missing, so with multicompany module installed every company can see worked hour of other company
Environment Version
all version
Environment OS
all version
Environment Web server
all version
Environment PHP
all version
Environment Database
all version
Environment URL(s)
projet/tasks/time.php
Expected and actual behavior
$sql .= " WHERE p.entity IN (".getEntity('project').")";
Steps to reproduce the behavior
No response
Attached files
No response
The text was updated successfully, but these errors were encountered: