Images_gallery_filter #234

Merged
vikas.nale merged 12 commits from Images_gallery_filter into main 2025-07-08 06:47:13 +00:00
Showing only changes of commit c88af2441f - Show all commits

View File

@ -94,10 +94,14 @@ export function startSignalR(loggedUser) {
} }
if (data.keyword == "Task_Report") { if (data.keyword == "Task_Report") {
if(data.numberOfImages > 0){
eventBus.emit("image_gallery", data); eventBus.emit("image_gallery", data);
}
} }
if (data.keyword == "Task_Comment") { if (data.keyword == "Task_Comment") {
if(data.numberOfImages > 0){
eventBus.emit("image_gallery", data); eventBus.emit("image_gallery", data);
}
} }
} }
}); });