4IRL / urls4irl

Sharing URL's with friends.
3 stars 0 forks source link

Add url title when url already in database #162

Closed GPropersi closed 6 months ago

GPropersi commented 6 months ago

@rehankalu discovered bug where, when adding a previously generated URL to a fresh UTub, the url_title would not be added.

This PR ensures that the url_title gets added when the URL is already in the database, but not in the associated UTub.

Tests are modified to ensure the url_title is checked when a previously generated URL is added to a UTub.

Closes #158