Improve linking app column display and sorting
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -129,6 +129,7 @@ class SmartLinkListView(SingleObjectListView):
|
||||
def get_extra_context(self):
|
||||
return {
|
||||
'hide_link': True,
|
||||
'hide_object': True,
|
||||
'no_results_icon': icon_smart_link_setup,
|
||||
'no_results_main_link': link_smart_link_create.resolve(
|
||||
context=RequestContext(request=self.request)
|
||||
@@ -238,6 +239,7 @@ class SmartLinkConditionListView(SingleObjectListView):
|
||||
def get_extra_context(self):
|
||||
return {
|
||||
'hide_link': True,
|
||||
'hide_object': True,
|
||||
'no_results_icon': icon_smart_link_condition,
|
||||
'no_results_main_link': link_smart_link_condition_create.resolve(
|
||||
context=RequestContext(
|
||||
|
||||
Reference in New Issue
Block a user