Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
0.9
-
None
Description
The bind with Task Manager Application has been done providing another TaskManagerSheet specific for Project Management Application. This means that this is not the Sheet of Task Manager Application that is used when both applications are coupled. The problem with this solution is that any improvements on the Sheet in Task Manager Application (TaskManager.TaskManagerSheet) are not automatically reported on this specific Sheet (ProjectCode.TaskManagerSheet).
A solution would be to modify the Sheet of Task Manager Application (TaskManager.TaskManagerSheet) in order to have a loosy coupling with Project Management Application. For example, when Task Manager Application is installed alone, the behavior is the default. But when both application are installed, the the TaskManager Application have knowledge of the presence of this other application and the behavior is a bit different (for example, the property project display also the projects from ProjectCode.ProjectClass).