2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-13 10:45:29 +00:00

Allow file fields for api forms

This commit is contained in:
Oliver
2021-08-16 20:22:05 +10:00
parent e108598557
commit 8bca501fc4
5 changed files with 97 additions and 18 deletions

View File

@ -244,6 +244,7 @@ class _StockItemTestResultDisplayState extends RefreshableState<StockItemTestRes
trailing: _icon,
onLongPress: () {
addTestResult(
context,
name: _test,
nameIsEditable: !_required,
valueRequired: _valueRequired,