2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00

18 Commits

Author SHA1 Message Date
Matthias
164ee5fa5c
fix reference 2022-01-12 00:08:58 +01:00
Matthias
f53e66d4c3
Rename registry to make it clearer 2022-01-11 01:00:41 +01:00
Oliver
ac849c1566 Fixes for unit tests 2022-01-04 21:36:27 +11:00
Oliver
dc9e25ebad Adds API endpoints for viewing and updating plugin settings
A lot of code updates / refactoring here to get this to work as expected
2022-01-04 20:27:35 +11:00
Oliver
f3bfe6e7ca More refactoring:
- Rename "mixins_globalsettings" to "mixing_settings"
- Fix translation on settings page template
2022-01-02 11:22:05 +11:00
Oliver
7cb029e7c3 Refactor: Rename "GLOBAL_SETTINGS" to "SETTINGS" 2022-01-01 22:43:35 +11:00
Oliver
547db3322f Adds new "PluginSetting" class
- Adds settings which are unique to a particular plugin
2022-01-01 22:00:43 +11:00
Matthias
03e5279ec0
PEP fixes 2021-11-21 20:23:43 +01:00
Matthias
211a8e27e6
use pluginreg to reload everywhere 2021-11-21 20:13:58 +01:00
Matthias
53422517ed
PEP fixes 2021-11-16 00:21:14 +01:00
Matthias
aec6a58cad
add filter to admin 2021-11-16 00:18:06 +01:00
Matthias
f460780e39
reorder list display 2021-11-16 00:17:44 +01:00
Matthias
bc79778639
refactor 2021-11-16 00:14:44 +01:00
Matthias
1794fb8865
check if you the plugins really need to be reloaded 2021-11-16 00:12:58 +01:00
Matthias
3b0a004d6e
update docsstrings 2021-11-16 00:09:38 +01:00
Matthias
35d2259edf
added settings actions 2021-11-16 00:05:53 +01:00
Matthias
11c3ac8bf8
make id fields in plugins read_only
Fixes #2305
2021-11-13 23:40:14 +01:00
Matthias
685d3df6d1
Enable / Disable Plugins
Fixes #2292
2021-11-12 00:46:47 +01:00