app/soc/logic/models/timeline.py
changeset 1115 0a723ff3d27c
parent 784 23eaf3aa19b1
child 1122 659984867a9a
equal deleted inserted replaced
1114:65c8d1bfe94b 1115:0a723ff3d27c
    43     """See base.Logic.getScopeDepth.
    43     """See base.Logic.getScopeDepth.
    44     """
    44     """
    45 
    45 
    46     return 3
    46     return 3
    47 
    47 
    48   def getKeyValues(self, entity):
    48   def getKeyValuesFromEntity(self, entity):
    49     """See base.Logic.getKeyNameValues.
    49     """See base.Logic.getKeyNameValues.
    50     """
    50     """
    51 
    51 
    52     return [entity.scope_path]
    52     return [entity.scope_path]
    53 
    53