Commit 3ffed31c authored by wenjie.zheng's avatar wenjie.zheng

ConfigurationState.py: add getDestinationReferenceList which returns a list of destination id list.

parent 7013de06
......@@ -120,3 +120,6 @@ class ConfigurationState(XMLObject):
"""
status_dict = self.getParentValue().getCurrentStatusDict(document)
return status_dict[variable_name]
def getDestinationReferenceList(self):
return self.getDestinationIdList()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment