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
Description
If a user note includes multiple identical lines, only the first line is saved while the other lines are automatically removed.
Steps to Reproduce
Open the user note of a random user.
Edit the user note and add a few identical lines, here's an example (between quotes):
line A
line B
line A
line B
line C
Save the user note
Open the same user note
Observe that the duplicated lines are not present, here's the result from the previous example (between quotes):
line A
line B
line C
Expected Behavior
The duplicated lines should stay there, rather than being removed. Even line breaks are removed in case more than one is used.
Console Errors
No console errors occur.
Screenshots
No screenshots uploaded, but the bug is easy to reproduce.
System:
ESGST Version: extension v8.9.4
Browser + Version: Microsoft Edge version 110.0.1587.56 (official build) (64 bit)
Additional Context
It seems that any duplicated line is trimmed by the save function itself before actually saving the content of the user note. I'm not an expert though, so I prefer to wait for a proper fix.
The text was updated successfully, but these errors were encountered:
Description
If a user note includes multiple identical lines, only the first line is saved while the other lines are automatically removed.
Steps to Reproduce
Open the user note of a random user.
Edit the user note and add a few identical lines, here's an example (between quotes):
line A
line B
line A
line B
line C
Save the user note
Open the same user note
Observe that the duplicated lines are not present, here's the result from the previous example (between quotes):
line A
line B
line C
Expected Behavior
The duplicated lines should stay there, rather than being removed. Even line breaks are removed in case more than one is used.
Console Errors
No console errors occur.
Screenshots
No screenshots uploaded, but the bug is easy to reproduce.
System:
Additional Context
It seems that any duplicated line is trimmed by the save function itself before actually saving the content of the user note. I'm not an expert though, so I prefer to wait for a proper fix.
The text was updated successfully, but these errors were encountered: