mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-03 00:23:21 +00:00
chore: UI refresh for grid/list view and search
- enhanced UI for grid/list view, actions visible on hover only - enhanced search UI - Added indicator to show if item is in cart - Moved search with view togglers
This commit is contained in:
@@ -101,6 +101,7 @@ class ItemGroup(NestedSet, WebsiteGenerator):
|
||||
context.no_breadcrumbs = False
|
||||
context.title = self.website_title or self.name
|
||||
context.name = self.name
|
||||
context.item_group_name = self.item_group_name
|
||||
|
||||
return context
|
||||
|
||||
|
||||
Reference in New Issue
Block a user