InvenTree/InvenTree/plugin/samples/integration
github-actions[bot] 9b5e828b87
Protected settings fix (#5229) (#5231)
* Hide protected setting in settings view

* Implement custom serializer for setting value

- Return '***' if the setting is protected

* Implement to_internal_value

* Stringify

* Add protected setting to sample plugin

* Unit tests for plugin settings API

* Update unit test

(cherry picked from commit 01f2aa5f74)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
2023-07-12 16:31:28 +10:00
..
templates/panel_demo fix usage of old html tags 2022-05-09 19:58:38 +02:00
__init__.py refactor app 2021-10-08 22:08:09 +02:00
another_sample.py Fix common spelling mistakes (#4956) 2023-06-04 00:04:52 +10:00
api_caller.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
broken_file.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
broken_sample.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
custom_panel_sample.py Add more checks to pre-commit (#3132) 2022-06-06 08:56:52 +10:00
label_sample.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
report_plugin_sample.py Update to report plugin API (#4649) 2023-04-21 15:28:31 +10:00
sample.py Protected settings fix (#5229) (#5231) 2023-07-12 16:31:28 +10:00
scheduled_task.py Plugin schedule fix (#4295) 2023-02-02 23:36:19 +11:00
simpleactionplugin.py Builtin plugins (#3889) 2022-11-05 01:05:54 +11:00
test_api_caller.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
test_sample.py Cleanup / consolidate unit testing code (#4831) 2023-05-17 07:35:26 +10:00
test_scheduled_task.py [BUG] Plugin Schedule do not update when beeing changed + plugin testing (#4243) 2023-01-25 09:41:20 +11:00
test_simpleactionplugin.py Cleanup / consolidate unit testing code (#4831) 2023-05-17 07:35:26 +10:00
validation_sample.py Parameter validation via plugin (#4958) 2023-06-03 21:27:31 +10:00
version.py Plugin framework updates (#3535) 2022-08-16 16:10:18 +10:00