Notes not getting saved in gantt chart when new task is added

I refer to the example given in your example at https://ej2.syncfusion.com/aspnetcore/Gantt/ContextMenu#/material

When I create new task using "Add Task" button, it is not saving the notes entered. Once task is created and then notes is saved then notes get saved properly. I see the similar behavior in implementation done at our end. Can you pls investigate and provide fix for why Notes is not getting stored when task gets created?

5 Replies

MS Monisha Sivanthilingam Syncfusion Team May 21, 2021 09:41 AM UTC

Hi Krunal, 
 
Greetings from Syncfusion support. 
 
We were able to replicate the issue you reported and have considered it as a bug from our side. We have logged a bug report for it. You can track its status from the below feedback link. 
 
 
The fix will be provided in the patch release scheduled on June 2, 2021. 
 
We appreciate your patience until then. 
 
Regards, 
Monisha. 



MS Monisha Sivanthilingam Syncfusion Team June 2, 2021 07:19 AM UTC

Hi Krunal, 
 
Thank you for your patience. 
 
The reported issue “Notes not updated properly when adding a new record” has been fixed in version v19.1.66. Please find the release notes from the below link. 
 
 
Please contact us if you require any further assistance. 
 
Regards, 
Monisha. 



NG Ngoc replied to Monisha Sivanthilingam February 21, 2022 11:51 AM UTC

Hello, i got an issue with Grantt 's task Notes, it's exactly the same with current sample on Syncfusion site

https://ej2.syncfusion.com/angular/documentation/gantt/managing-tasks/#sections-or-tabs-in-dialog

Please see the attachment.

My packages:

"@angular/animations": "~11.2.13",
    "@angular/cdk": "~11.2.13",
    "@angular/common": "~11.2.13",
    "@angular/compiler": "~11.2.13",
    "@angular/core": "~11.2.13",
    "@angular/forms": "~11.2.13",
    "@angular/material": "^11.2.13",
    "@angular/platform-browser": "~11.2.13",
    "@angular/platform-browser-dynamic": "~11.2.13",
    "@angular/router": "~11.2.13",
    "@angular/service-worker": "~11.2.13",
    "@ngx-translate/core": "^13.0.0",
    "@syncfusion/ej2-angular-base": "^19.4.48",
    "@syncfusion/ej2-angular-buttons": "^19.4.50",
    "@syncfusion/ej2-angular-calendars": "^19.4.50",
    "@syncfusion/ej2-angular-charts": "^19.4.50",
    "@syncfusion/ej2-angular-circulargauge": "^19.4.48",
    "@syncfusion/ej2-angular-diagrams": "^19.4.50",
    "@syncfusion/ej2-angular-documenteditor": "^19.4.50",
    "@syncfusion/ej2-angular-dropdowns": "^19.4.50",
    "@syncfusion/ej2-angular-gantt": "^19.4.50",
    "@syncfusion/ej2-angular-grids": "^19.4.50",
    "@syncfusion/ej2-angular-heatmap": "^19.4.48",
    "@syncfusion/ej2-angular-inputs": "^19.4.48",
    "@syncfusion/ej2-angular-kanban": "^19.4.48",
    "@syncfusion/ej2-angular-layouts": "^19.4.48",
    "@syncfusion/ej2-angular-lineargauge": "^19.4.48",
    "@syncfusion/ej2-angular-lists": "^19.4.48",
    "@syncfusion/ej2-angular-maps": "^19.4.48",
    "@syncfusion/ej2-angular-navigations": "^19.4.50",
    "@syncfusion/ej2-angular-notifications": "^19.4.48",
    "@syncfusion/ej2-angular-pdfviewer": "^19.4.50",
    "@syncfusion/ej2-angular-pivotview": "^19.4.50",
    "@syncfusion/ej2-angular-popups": "^19.4.50",
    "@syncfusion/ej2-angular-richtexteditor": "^19.4.50",
    "@syncfusion/ej2-angular-schedule": "^19.4.50",
    "@syncfusion/ej2-angular-splitbuttons": "^19.4.48",
    "@syncfusion/ej2-angular-spreadsheet": "^19.4.50",
    "@syncfusion/ej2-angular-treemap": "^19.4.48",
    "@syncfusion/ej2-base": "^19.4.48",
    "@syncfusion/ej2-buttons": "^19.4.50",
    "@syncfusion/ej2-calendars": "^19.4.50",
    "@syncfusion/ej2-charts": "^19.4.50",
    "@syncfusion/ej2-circulargauge": "^19.4.48",
    "@syncfusion/ej2-compression": "^19.4.48",
    "@syncfusion/ej2-data": "^19.4.50",
    "@syncfusion/ej2-diagrams": "^19.4.50",
    "@syncfusion/ej2-documenteditor": "^19.4.50",
    "@syncfusion/ej2-dropdowns": "^19.4.50",
    "@syncfusion/ej2-excel-export": "^19.4.50",
    "@syncfusion/ej2-file-utils": "^19.4.48",
    "@syncfusion/ej2-gantt": "^19.4.50",
    "@syncfusion/ej2-grids": "^19.4.50",
    "@syncfusion/ej2-heatmap": "^19.4.48",
    "@syncfusion/ej2-inputs": "^19.4.48",
    "@syncfusion/ej2-kanban": "^19.4.48",
    "@syncfusion/ej2-layouts": "^19.4.48",
    "@syncfusion/ej2-lineargauge": "^19.4.48",
    "@syncfusion/ej2-lists": "^19.4.48",
    "@syncfusion/ej2-maps": "^19.4.48",
    "@syncfusion/ej2-navigations": "^19.4.50",
    "@syncfusion/ej2-notifications": "^19.4.48",
    "@syncfusion/ej2-pdf-export": "^19.4.50",
    "@syncfusion/ej2-pivotview": "^19.4.50",
    "@syncfusion/ej2-popups": "^19.4.50",
    "@syncfusion/ej2-richtexteditor": "^19.4.50",
    "@syncfusion/ej2-schedule": "^19.4.50",
    "@syncfusion/ej2-splitbuttons": "^19.4.48",
    "@syncfusion/ej2-svg-base": "^19.4.50",
    "@syncfusion/ej2-treemap": "^19.4.48",

Attachment: Grantt_Notes_isssue_19_4_50_9b68a4c1.zip


NG Ngoc February 21, 2022 12:06 PM UTC

oh, it's my  mistake,

i forgot to add :

@import '../node_modules/@syncfusion/ej2-richtexteditor/styles/material.css';


But maybe the documentation page also got the same ?




PS Premkumar Sudalaimuthu Syncfusion Team February 22, 2022 10:22 AM UTC

Hi Ngoc , 
 
We have logged a  UG report to update the getting started page and it will be refreshing in live after the Volume 1 main release. 
 
Regards, 
Premkumar S 
 


Loader.
Up arrow icon