Page MenuHomePhabricator

Problem with filename of storage provider in class QmitkStoreSCPLauncher
Closed, ResolvedPublic

Description

The storage provider was never loaded in our case. So I had a look at the method
void QmitkStoreSCPLauncher::FindPathToStoreSCP().

The appPath is fetched but never used.

Should it be

m_PathToStoreSCP = appPath + fileName;

instead of

m_PathToStoreSCP = fileName;

in line 68?

Changing it in this manner makes the storage provider work for us.

Event Timeline

This seems to be easy to fix. We should try to include it into the upcoming release

User wildes has pushed new remote branch:

bug-17568-FileNameStorageProvider-WrongPath

[3264c2]: Merge branch 'bug-17568-FileNameStorageProvider-WrongPath'

Merged commits:

2014-03-26 16:22:02 Esther Wild [7bca89]
Worked with and without the change with my system...

Current release is finished. Resetting target milestone