Community
Participate
Working Groups
Adding tag on Git Log updates the git log table with a name of the tag. Problem is that the name we input on UI is not exactly the name of tag added by the server, for instance requesting to add "test_tag" from UI will add "refs/tags/test_tag". I think that the exact name of the tag added should be returned in response and we should update the table with returned value.
This is no longer an issue when bug 348535 is fixed.