Page MenuHomePhabricator

Renaming LookupTable porperty is not possible
Closed, WontfixPublic

Description

The LookupTablePropertySerializer has a hard coded string to save the lut in an .xml file:

TiXmlElement* element = new TiXmlElement("LookupTable");

This means that all lookuptables will be saved using this name and we will have problems loading old scenes, if we rename a property like this. It could be even worse, if all properties have hard coded connections like this.

It seems like the scene reader (see mitk::SceneReader::LoadScene) is using a version, but I am not sure if we can use this to be compatible to older scene files. This could be a huge project...

Event Timeline

kislinsk claimed this task.
kislinsk added a project: Auto-closed.
kislinsk added a subscriber: kislinsk.

Hi there! 🙂

This task was auto-closed according to our Task Lifecycle Management.
Please follow this link for more information and don't forget that you are encouraged to reasonable re-open tasks to revive them. 🚑

Best wishes,
The MITK devs

kislinsk removed kislinsk as the assignee of this task.May 26 2020, 12:05 PM
kislinsk removed a subscriber: kislinsk.