#54517 closed defect (fixed)
Dependency links are broken
Reported by: | tbaumgard (Tim Baumgard) | Owned by: | neverpanic (Clemens Lang) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | website | Version: | |
Keywords: | Cc: | ||
Port: |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Commit d66d4aa "portlist: Drop unused library search method" broke the links that show up for a port's dependencies on the port list page because those links were still using the library
search method. At the moment, no ports are displayed when clicking on a dependency link.
I thought at first that maybe the links could be updated to use the name
search method if the library
search method isn't used anywhere else anymore, but it turns out that method uses the LIKE
operator rather than the =
operator, making it show more ports than just the dependency. It might be best to simply revert this commit.
Change History (3)
comment:1 Changed 7 years ago by neverpanic (Clemens Lang)
Owner: | set to neverpanic |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 7 years ago by neverpanic (Clemens Lang)
Thanks for the report and the debugging. Note that it will likely be a while until this shows up on the website, because our automated deployment isn't working yet.
comment:3 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|
In 6a894ad2f316e3c6ecb1482dd5ac9bc424460753/macports-www: