Skip to content

Commit 41c8816

Browse files
committed
🎨 changed AppGroupQuerySet app_link set to view_only
1 parent 73d758c commit 41c8816

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django_admin_index/models.py

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def as_list(self, request, include_remaining=True):
8686
"app_label": app.slug,
8787
"admin_url": app_link.link,
8888
"active": request.path.startswith(app_link.link),
89+
"view_only": True,
8990
}
9091
)
9192
active = request.path.startswith(app_link.link)

0 commit comments

Comments
 (0)