corrected how Storage_Type is stored in a workflow
This commit is contained in:
parent
1341d9523b
commit
758a691f8d
@ -48,10 +48,14 @@ class StorageItem extends AbstractItem<StoragePricing, StoragePartnership, Stora
|
||||
}
|
||||
|
||||
@override Map<String, dynamic> serialize() {
|
||||
var obj = infos();
|
||||
var obj = {
|
||||
"acronym": acronym,
|
||||
"storage_type": typeEnum,
|
||||
};
|
||||
obj.addAll(toJSON());
|
||||
return obj;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
class StorageInstance extends AbstractInstance<StoragePricing, StoragePartnership> {
|
||||
|
Loading…
Reference in New Issue
Block a user