setting value with dojo
in https://jazz.net/wiki/bin/view/Main/AttributeValueProviders, we can set work item text attributes, but we want to set values enumeration combobox with dojo not from process configuration. How can we do this?
for text box parts
getDefaultValue: function(attribute, workItem, configuration) {
var value= ...
return value;
but what about combobox(for example enumeration...)
for text box parts
getDefaultValue: function(attribute, workItem, configuration) {
var value= ...
return value;
but what about combobox(for example enumeration...)