2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 10:15:32 +00:00

PartTestTemplate is now class based

This commit is contained in:
Oliver Walters
2020-05-23 15:41:52 +10:00
parent 70ca369529
commit 0a5419eb6d
2 changed files with 94 additions and 74 deletions

View File

@ -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 {