2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 03:00:54 +00:00

Notification fix (#3939)

* Fix docstring for NotificationMessage class

* Fix for 'refresh' button in notification table

* Simplify API for marking notifications as 'read'

- Simply update the detail serializer
- No requirement for extra API endpoints
- Same updates for news feed entry
- Hide 'read' news on the home page
- Add ability to mark news items as read via table

* Bug fix for build.js

* Fix for part category template
This commit is contained in:
Oliver
2022-11-17 08:26:19 +11:00
committed by GitHub
parent 54e7dd28e5
commit 95645c7b14
7 changed files with 72 additions and 87 deletions

View File

@ -2679,7 +2679,7 @@ function loadBuildTable(table, options) {
treeColumn: 1,
});
table.treegrid('expandAll');
$(table).treegrid('expandAll');
} else if (display_mode == 'calendar') {
if (!loaded_calendar) {