Shlink web client version
- Version: 2.3.0
- How do you use shlink-web-client: All
Summary
When short URL meta is edited and the maxVisits changes from having a value to not having it at all, the value is parsed as int and set to 0, instead of setting it to null, which completely disables the ability to visit this URL.
Current behavior
Setting an empty value in the maxVisits field sets value to 0.
Expected behavior
Setting an empty value in the maxVisits field sets value to null.
Shlink web client version
Summary
When short URL meta is edited and the
maxVisitschanges from having a value to not having it at all, the value is parsed as int and set to0, instead of setting it tonull, which completely disables the ability to visit this URL.Current behavior
Setting an empty value in the
maxVisitsfield sets value to0.Expected behavior
Setting an empty value in the
maxVisitsfield sets value tonull.