apigitlabs / apigit-support

APIGIT is a native Git based collaboration platform for API design, document, mock and share.
https://apigit.com
1 stars 0 forks source link

Renaming of a tag doesn't update it's references #16

Closed jhordies closed 1 year ago

jhordies commented 1 year ago

Is there an existing issue for this?

Describe the Issue

Assume that a tag was used, if one renames it, the references are broken.

Steps To Reproduce

Create a tag "A" Use the tag for an endpoint Rename tag "A" to "B" --> invalid json as the endpoint still refers to tag "A" that doesn't exist

Screenshots or Videos

No response

Browser

Chrome

Additional Context?

No response

apigitlabs commented 1 year ago

this is known issue for a while, we just fixed it, please check if it works for you.

jhordies commented 1 year ago

Thanks, it works now, you can close the issue