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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user