nowcommunity / nowdatabase

Rebuild of the nowdatabase application for luomus
MIT License
3 stars 1 forks source link

Time Unit with name&id "Aragonian Zone B/Subzone Ca" breaks time unit browsing because of slash in name #98

Closed ShootingStar91 closed 3 months ago

ShootingStar91 commented 3 months ago

Fixed by using encodeURIComponent in the links of table to detailview, and when sending the query to backend.

This probably was only issue in timeunit, because usually only id's are being used in urls and all other id's are numbers.

61b256e