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
Back in #2641 (via b3ad39b), it was made that #surveyme tag in the last comment would always (unless manually hidden by the user) result in showing the OSM Note, even if that comment was created by the same user which is using the app.
In SC 60.0 it works mostly, i.e. if that comment is any but the first one.
I don't think that is intentional (I see no logic for that, nor do the comments seem to indicate the reason for such strange behaviour).
If the user's last comment contains a marker indicating the survey is required and we want to display the note in that case (as we do), then it should not matter how many comments preceded that last one (0 or more).
How to Reproduce
add a comment to existing note with just text test; and note gets hidden - OK
add a comment to existing note with text #surveyme test; and note remains displayed - OK
create a new note with text #surveyme test -- note gets hidden - BAD
Expected Behavior
in step (3), note should remain displayed just as in does in (2), as the last message indicates the survey is required.
Versions affected
SC 60.0, Android 14
The text was updated successfully, but these errors were encountered:
Back in #2641 (via b3ad39b), it was made that
#surveyme
tag in the last comment would always (unless manually hidden by the user) result in showing the OSM Note, even if that comment was created by the same user which is using the app.In SC 60.0 it works mostly, i.e. if that comment is any but the first one.
I don't think that is intentional (I see no logic for that, nor do the comments seem to indicate the reason for such strange behaviour).
If the user's last comment contains a marker indicating the survey is required and we want to display the note in that case (as we do), then it should not matter how many comments preceded that last one (0 or more).
How to Reproduce
test
; and note gets hidden - OK#surveyme test
; and note remains displayed - OK#surveyme test
-- note gets hidden - BADExpected Behavior
Versions affected
SC 60.0, Android 14
The text was updated successfully, but these errors were encountered: