code4romania / mon-vot-android-kotlin

Android election monitoring app - a mobile app through which commissioned observers can easily report back to their respective NGOs throughout the election day
https://votemonitor.org
Mozilla Public License 2.0
7 stars 29 forks source link

[Bug] Notes icon is displayed if question with same Id from different polling station has notes #250

Closed cipick closed 4 years ago

cipick commented 4 years ago

If you add a note to question B1 the note icon and see notes history text will be displayed for the same question in all polling stations.

Steps to reproduce:

  1. Add note to question B1 in polling station 1
  2. Create new polling station 2
  3. Go to question B1 and notice the notes icon even if you didn't have any notes.
lukstbit commented 4 years ago

Thank you for the bug report, the notes icon indeed is shown when it shouldn't. I made a PR which will fix this.