Page MenuHomePhabricator

XNAT Plugin updating server url works but not updating UI
Closed, ResolvedPublic

Description

It is possible to change the xnat server url in the preferences and internal it changes the session but the UI is the old one.

Event Timeline

User knorr has pushed new remote branch:

bug-17959-UpdatingServerUrlDoesNotAffectUI

User knorr has pushed new remote branch:

bug-17959-UpdatingServerUrlDoesNotAffectUINEU

[0f1a16]: Merge branch 'bug-17959-UpdatingServerUrlDoesNotAffectUINEU'

Merged commits:

2014-08-28 16:28:27 Daniel Knorr [a4d8d3]
Changed revision_tag and md5 sum.


2014-08-28 13:43:50 Daniel Knorr [fceb85]
Changes in Ui-Interactions.

Added warnings that there are no session parameters (if there are none).

Cleaned up the code.


2014-08-15 17:09:45 Daniel Knorr [df702b]
Merge remote-tracking branch 'origin/bug-17959-UpdatingServerUrlDoesNotAffectUI' into bug-17959-UpdatingServerUrlDoesNotAffectUINEU

Conflicts:
Plugins/org.mitk.gui.qt.xnat/src/internal/QmitkXnatEditor.cpp
Plugins/org.mitk.gui.qt.xnat/src/internal/QmitkXnatTreeBrowserView.cpp


2014-07-29 10:23:39 Daniel Knorr [0bb38a]
Implemented QmitkXnatEditorUpdateSession() to realize the server url update
and and the corresponding for QmitkXnatTreeBrowserView.
Some little changes to the Editor UI.