+South Lyon Trekkers Posted August 2, 2020 Share Posted August 2, 2020 When I make a Personal Note, a green circle with an envelope appears on the cache type icon. If I then add that cache to a List, it will also appear there. However, if I delete the Personal Note, then green circle envelope icon disappears on the cache page. It remains on the icon on the List. Everything has been refreshed. 1 Quote Link to comment
+South Lyon Trekkers Posted April 26, 2021 Author Share Posted April 26, 2021 This is still an issue. Quote Link to comment
+South Lyon Trekkers Posted November 18, 2021 Author Share Posted November 18, 2021 This is still an issue. 2 Quote Link to comment
+The A-Team Posted November 19, 2021 Share Posted November 19, 2021 This has been a longstanding issue. The root of it is that when you remove a note, it isn't actually removing it. I believe the fix is relatively simple, but it must not be a high priority. Here are the two cases that can occur: 1. A listing that has never had a note - In this case, the note field is set to "null" (ie. absolutely nothing) 2. A listing that had a note, but then you clear it out - In this case, the note field is set to a zero-length string It's a fine distinction, but in programming it's an important difference between "nothing" and "something, but with no content in it". When something like the list page checks for a note, in case 2 there's technically a note (albeit with no characters in it), so it flags it as having a note. In order to fix this behaviour, the site would need to be modified to do one of the following: 1. Consider zero-length notes as empty, in addition to null values 2. When someone clears a note, set the value to "null" It seems that they've made some changes to the logic on parts of the site, as you saw where the listing page isn't showing the badge anymore. They just need to carry that same behaviour over to the other places where the badge is shown (lists and map). 1 Quote Link to comment
+thebruce0 Posted November 20, 2021 Share Posted November 20, 2021 I always assumed #2 was correct, since the site displays placeholder text when you clear a note. It already knows when there is no note. So apparently that 'knowledge' isn't being reflected in the Lists, which I'd classify as a minor bug. Granted the placeholder text may be determined on the front end, but in any case, HQ knows there'd be a difference between null and 0-length, and two pages treat the piece of data differently. If not a bug, a definite inconsistency in expectation for humans seeing display of said data in various contexts. Quote Link to comment
+South Lyon Trekkers Posted May 1, 2022 Author Share Posted May 1, 2022 This is still an issue. Quote Link to comment
+South Lyon Trekkers Posted October 8, 2022 Author Share Posted October 8, 2022 This is still an Issue. 1 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.