Example:
Let's have a ItemLink column Harm, and sub columns Harm Severity (bindings harm.severity)
By default the upstream sub-columns, i.e. the columns showing properties of linked items are marked as readonly.
Why is it a default behaviour?
- the linked objects are used on other places
- people may not realise that changing the values, impacts other places as well.
How you can enable editing of such columns?
You can mark the column explicitly as "readOnly":false
{ "headerGroup":"Potential risks", "headerGroupCss":"headPotentialRisks", "headerCss":"headPotentialRisks", "header": "Harm Severity", "bindings":"harm.harmSeverity", "type": "enum:harm_severity_5", "width": 110, "readOnly":false, "filterable":true, "level": 3, "id":"severity" },
Can we change default settings?
Yes, you can change default behaviour in Polarion Administration > Configuration properties
nextedy.risksheet.upstreamSubColumnsReadonly=false
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article