mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
Param fix (#5183)
* Handle AttributeError in convert_physical_value * Added new unit test
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user