-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] project: avoid traceback on View Task in project sharing + othe…
…r small bugfix This commit will fix the following bugs: - prevents a traceback to appear when clicking on View Task button in sub-tasks tab when in project sharing - adds a forgotten state display in the sub-tasks tab in project sharing (was missing) - in the kanban card sub-tasks dropdown, only the sub-tasks without project should toggle from In Progress to Done (previously every subtask toggled) Task-3280844 closes odoo#128385 X-original-commit: 928c8cc Signed-off-by: Xavier Bol (xbo) <[email protected]>
- Loading branch information
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters