mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-05 14:58:50 +00:00
* Add helper func to check user permission against a given model type * Validate bulk delete of attachments - Check permissions against linked model type(s) * Check permission when creating or editing an attachment instance * Fix typo * Fix AttachmentSerializer to allow editing * Update unit tests accordingly * Remove unused custom permission classs * Bump API version