Manuel Tauber 2024-04-17 14:26:28 +02:00
parent 22bac99689
commit 392068b485
2 changed files with 8 additions and 1 deletions

View File

@ -887,7 +887,7 @@ export class NttGanttComponent implements OnInit {
}
else{
if(args.taskbarType == 'Milestone' && !args.data.taskData.TaskID.includes("D2")){
args.taskbarElement.children[1].classList.add('e-gantt-milestone-border2');
args.taskbarElement.children[1].classList.add('e-gantt-milestone-border3');
if(this.showDetails == true){
if (args.data.taskData.TaskID.includes("D1")||args.data.taskData.TaskID.includes("D4")||args.data.taskData.TaskID.includes("D3")){
if(args.data.taskData.TaskID.includes("D1")){

View File

@ -52,6 +52,13 @@
cursor: not-allowed !important;
}
.e-gantt-milestone-border3 {
background-color: transparent !important;
cursor: not-allowed !important;
}
</style>