linsage/gitlab-treeview

Wrong private token with gitlab 10.x

STRRL opened this issue · 1 comments

STRRL commented

main.js line 27

var href = "" + $("head link[rel='alternate']").attr("href");

On gitlab 10.x, here is rss_token instead of private_token.

Delete this param directly was worked, both internal and private project.

It has been tested with gitlab.ynuosa.org.

But i do not know how it works, and im not sure it also works on other site.

Thanks! 😄

Thanks, fixed in 1.3 version