Edit upstream sub-columns editable with such as harm.severity

Modified on Sun, 27 Feb 2022 at 09:36 PM

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

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article