You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When comments are edited on a channel, only one comment is loaded in the editing window, resulting in the loss of the other comments when Save button is clicked.
After a quick look at the code, the problem might be located in the following file "yasmine-stationxml-editor/frontend/app/view/builder/parameter/items/comments/CommentsEditorFormController.js" which seems to handle only one comment instead of a list of comments. Just a guess ...
The text was updated successfully, but these errors were encountered:
When comments are edited on a channel, only one comment is loaded in the editing window, resulting in the loss of the other comments when Save button is clicked.
After a quick look at the code, the problem might be located in the following file "yasmine-stationxml-editor/frontend/app/view/builder/parameter/items/comments/CommentsEditorFormController.js" which seems to handle only one comment instead of a list of comments. Just a guess ...
The text was updated successfully, but these errors were encountered: