Community
Participate
Working Groups
Open a git log and try to use "add tag" option, but make sure you can't add the tag (for any reason). I got 500 error saying that my tag was rejected [GOOD], I have this information in logs, but there is no error information on UI.
There is also an error in javascript: TypeError: item is undefined (undefined="(void 0)")explorer.js (line 160)
Fixed. There where more than one errors here: 1. Even if adding tag failed it was the callback, not errback called (fixed by previous changes in gitClient) 2. When adding tag succeeded the view wasn't refreshed correctly. 3. New tag input on git log was displayed in the wrong column and there was also an attempt to add a tag to the wrong column. After correcting all this everything works as it used to.