2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-07-30 01:01:34 +00:00

Fix notification plugin docs

This commit is contained in:
Oliver Walters
2025-07-28 10:01:44 +10:00
parent 9220b7dcd1
commit 2aaecc5f50

View File

@@ -67,7 +67,7 @@ Note that this is all handled automatically by the plugin creation tool, so deve
### Notification Plugins
We have changed the way that notification methods can be [implented via plugins](https://github.com/inventree/InvenTree/pull/9735). This new system provides a much more flexible and extensible way for plugins to implement custom notification methods, allowing for greater customization and control over how notifications are handled within the InvenTree system.
We have changed the way that notification methods can be [implented via plugins](https://github.com/inventree/InvenTree/pull/9735). This change was made to ensure that custom notification methods were able to be loaded and unloaded correctly, and to provide a more consistent approach for implementing notification methods across different plugins.
*However* - this change is *not* backwards compatible with existing plugins that implement notification methods. Plugin developers will need to update their plugins to use the new notification system in order to continue providing custom notification methods.