iris-edu / yasmine-stationxml-editor

GNU General Public License v3.0
13 stars 4 forks source link

Bug when channel contains several comments #53

Open nicoleroy-ipgp opened 8 months ago

nicoleroy-ipgp commented 8 months ago

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 ...