Extendy / SmartyURL

SmartyURL is a PHP-based web application for Smart URL management, Sharing, shortening, and analytics, featuring smart redirects.
https://docs.smartyurl.extendy.net/
MIT License
12 stars 2 forks source link

Error: Editing URL with Reserved Identifiers will Creates a New URL #66

Closed ghost closed 1 year ago

ghost commented 1 year ago

When attempting to edit a URL with a reserved identifier and providing a new URL identifier, the system creates a new URL instead of updating the existing one. This behavior should be corrected to enable proper URL editing.

image

The submit button should be Update URL and post to the correct action, instead of showing `Create Smarty link' and point to the create action.