Is exist two attribute that type is owner in one workItem?
In workItem,I set two attribute that type is owner,but another attribute in javascript return null,and I use "workItem.isAttributeSet(attributeId)" ,it return false.Why?Is exist two attribute that type is owner in one workItem?
The is my code in attribute customization: (two attribute are workItem.owner and a attribute customization that type is owner) dojo.provide("org.example.validateDevelopPerson"); log message print: LOG:developPerson:null LOG: is:false LOG:state: |
One answer
Hi Chen,
try to give attributeId in quotes: Is AtrDevelopResponsePerson, the id of the other owner-type attribute?
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.