diff options
author | Frederick Muriuki Muriithi | 2023-12-18 16:39:44 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-12-18 16:39:44 +0300 |
commit | cb9d4c9cbe1520dd18e7523359a10d764291bc9c (patch) | |
tree | a30cb1bf0b6cb532a8d151dac7349613dfd7ded7 | |
parent | 3d59fef77ee0d7bdf81447e9087a8b39ecd8261d (diff) | |
download | gn-gemtext-cb9d4c9cbe1520dd18e7523359a10d764291bc9c.tar.gz |
Collections Count Bug: Close issue as fixed.
-rw-r--r-- | issues/collections_count_bug.gmi | 6 | ||||
-rw-r--r-- | issues/import_collections_popup_bug.gmi | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/issues/collections_count_bug.gmi b/issues/collections_count_bug.gmi index a3778bf..329fb01 100644 --- a/issues/collections_count_bug.gmi +++ b/issues/collections_count_bug.gmi @@ -5,9 +5,13 @@ * assigned: fredm * priority: medium * type: bug -* status: open +* status: closed, completed * keywords: collections ## Description If the user creates even a single collection, a default collection with the name `Your Default Collection` gets created. This collection will sometimes be empty and therefore doesn't show up on the page. It, however, counts towards the total displayed on the badge. + +## Fixes + +=> https://github.com/genenetwork/genenetwork2/commit/d16e4067ed7233ef34c24d7b1ede5442ad6e0f64 diff --git a/issues/import_collections_popup_bug.gmi b/issues/import_collections_popup_bug.gmi index 78fff85..db50e3f 100644 --- a/issues/import_collections_popup_bug.gmi +++ b/issues/import_collections_popup_bug.gmi @@ -26,7 +26,7 @@ I'm not sure how to deal with this. The only thing I can think of is having some Discovered new issue while troubleshooting this one: -=> issues/collections_count_bug Collections Count Bug +=> /issues/collections_count_bug Collections Count Bug ## Fixes |