Skip to content
Snippets Groups Projects
Commit 1e785bb4 authored by Staiger, Christine's avatar Staiger, Christine
Browse files

Merge branch 'anonymousAccess' of...

Merge branch 'anonymousAccess' of https://git.wur.nl/rdm-infrastructure/irods-clients into anonymousAccess
parents 019c0129 9db97cc7
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ class irodsTicketLogin():
host = self.widget.serverEdit.text()
path = self.widget.pathEdit.text()
token = self.widget.ticketEdit.text()
try:
self.ic = irodsConnectorAnonymous(host, token, path)
self.coll = self.ic.getData()
......
......@@ -190,6 +190,9 @@ class irodsLogin(QDialog):
def ticketLogin(self):
browser = mainmenu(widget, None, None)
browser.menuOptions.clear()
browser.menuOptions.deleteLater()
if len(widget) == 1:
widget.addWidget(browser)
self.__resetErrorLabelsAndMouse()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment