dbhub.io
dbhub.io copied to clipboard
What's the right way to handle outdated "View changes" links in merge requests?
For example, the "View change" text link here isn't functional.
We should probably figure out a way to keep things like this working, especially as the MR isn't closed (yet).
Hmm, the fundamental question here is what to do when somebody deletes their database. Should the places where it's referenced become invalid as well (as it is happening here) or should they stay valid (as you expected)? I feel like in both cases it's easily possible to come up with a story where that's what the database's owner intended.
It's probably best if we somehow keep the link valid. Not exactly sure how though. :smile: