One more place to remap attribute
Change-Id: I14561509cdbf9d3f5d10b66c5b0ed6c4ad5d85f3
This commit is contained in:
parent
f0b7b9a59c
commit
a24f358dfb
@ -94,7 +94,7 @@ class ShowAlarmHistory(tables.LinkAction):
|
||||
|
||||
def get_link_url(self, datum):
|
||||
return urlresolvers.reverse(constants.URL_PREFIX + 'history',
|
||||
args=(datum['alarm_definition_id'], datum['id'], ))
|
||||
args=(datum['alarm_definition']['id'], datum['id'], ))
|
||||
|
||||
def allowed(self, request, datum=None):
|
||||
return True
|
||||
|
Loading…
x
Reference in New Issue
Block a user