mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-20 05:46:34 +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