Added multi item action subform for generic list subtemplate and related code
This commit is contained in:
@@ -4,9 +4,15 @@ from django.db.utils import DatabaseError
|
||||
|
||||
|
||||
object_navigation = {}
|
||||
multi_object_navigation = {}
|
||||
menu_links = []
|
||||
model_list_columns = {}
|
||||
|
||||
|
||||
|
||||
def register_multi_item_links(src, links, menu_name=None):
|
||||
pass
|
||||
|
||||
def register_links(src, links, menu_name=None):
|
||||
if menu_name in object_navigation:
|
||||
if hasattr(src, '__iter__'):
|
||||
|
||||
Reference in New Issue
Block a user