2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00
* Handle AttributeError in convert_physical_value

* Added new unit test
This commit is contained in:
Oliver
2023-07-06 11:02:18 +10:00
committed by GitHub
parent 831693e941
commit 9abcc0ec34
3 changed files with 19 additions and 1 deletions

View File

@ -1408,6 +1408,7 @@ function createPartParameter(part_id, options={}) {
function editPartParameter(param_id, options={}) {
options.fields = partParameterFields();
options.title = '{% trans "Edit Parameter" %}';
options.focus = 'data';
options.processBeforeUpload = function(data) {
// Convert data to string