You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the latest devel branch, noticed that the instructions did not list the url for adding the origin. Looked in to it and it seems to be because access.url is not being set. In fact, looking over it, I'm thinking access_list is not getting set at all:
var access = access_list[key];
Is the call that sets access, but I'm not seeing where access_list is getting defined? Either way, the javascript console shows an error of:
TypeError: undefined is not an object (evaluating 'access.url')
when viewing an empty repository.
NOTE: It does display it in the sidebar, but that partial view builds that information for it to be displayed.
The text was updated successfully, but these errors were encountered:
Using the latest devel branch, noticed that the instructions did not list the url for adding the origin. Looked in to it and it seems to be because access.url is not being set. In fact, looking over it, I'm thinking access_list is not getting set at all:
Is the call that sets access, but I'm not seeing where access_list is getting defined? Either way, the javascript console shows an error of:
TypeError: undefined is not an object (evaluating 'access.url')
when viewing an empty repository.
NOTE: It does display it in the sidebar, but that partial view builds that information for it to be displayed.
The text was updated successfully, but these errors were encountered: