Skip to content

Commit

Permalink
feat: Set custom fields to readOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Jul 12, 2024
1 parent 2720729 commit 88618cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/.polarion/hats/_default/tracker/form-layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ SPDX-License-Identifier: Apache-2.0 -->

<panel description="Custom Fields">
<field
id="@allCustomFields,-owner,-sortOrder,-manualQuality,-qualitySuspect,-automatics,-language,-capellaId" />
id="@allCustomFields,-owner,-sortOrder,-manualQuality,-qualitySuspect,-automatics,-language,-capellaId,-checksum"
readOnly="true" />
</panel>

<field id="comments" />
Expand Down

0 comments on commit 88618cb

Please sign in to comment.