mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
PartTestTemplate is now class based
This commit is contained in:
parent
70ca369529
commit
0a5419eb6d
2 changed files with 94 additions and 74 deletions
|
|
@ -42,7 +42,7 @@ class _PartDisplayState extends RefreshableState<PartDetailWidget> {
|
|||
@override
|
||||
Future<void> request(BuildContext context) async {
|
||||
await part.reload(context);
|
||||
await part.getTestTemplates();
|
||||
await part.getTestTemplates(context);
|
||||
}
|
||||
|
||||
void _savePart(Map<String, String> values) async {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue