2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 03:26:45 +00:00

Bug fix for activating plugins via UI (#9338) (#9370)

This commit is contained in:
Oliver 2025-03-24 22:08:38 +11:00 committed by GitHub
parent 02876f3c54
commit 4987149979
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -251,7 +251,7 @@ export default function PluginListTable() {
pathParams: { key: selectedPluginKey },
preFormContent: activateModalContent,
fetchInitialData: false,
method: 'POST',
method: 'PATCH',
successMessage: activate
? t`The plugin was activated`
: t`The plugin was deactivated`,