Enable editing of read-only up-stream columns

Modified on Thu, 24 Jul at 4:33 PM

By default, the upstream sub-columns, i.e., the columns showing linked item properties, are marked as read-only.


Why is it a default behavior?

  • The linked objects are used in other places
  • Users may not realize that changing the values impacts other places as well


TABLE OF CONTENTS


How to enable editing of the 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"
},


As you can see in the picture below, it is now possible to edit the column.



How to change the default settings

You can change the default behaviour in Polarion Administration > Configuration properties

nextedy.risksheet.upstreamSubColumnsReadonly=false

For any assistance, please don’t hesitate to reach out by submitting a ticket here.

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 at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article