Page MenuHomePhabricator

save file dialog does not display all possible save formats (e.g. for fiber bundle)
Closed, ResolvedPublic

Event Timeline

one part of the problem is that for each file type there is only one writer with one file ending registered in mitk::CoreObjectFactory::RegisterLegacyWriters. If the same writer is able to write multiple file formats this is not considered.

For fiber bundles this should be fixed with T18353