Details
Assignee
UnassignedUnassignedReporter
Viacheslav KolesnykViacheslav KolesnykLabels
Priority
P3Story Points
2Development Team
SpitfireTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Unassigned
UnassignedReporter
Viacheslav Kolesnyk
Viacheslav KolesnykLabels
Priority
Story Points
2
Development Team
Spitfire
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created July 31, 2024 at 11:18 AM
Updated February 23, 2025 at 7:22 PM
Overview:
Prevent user from changing data fields to control fields and vice versa.
Requirements:
When user is execution a PUT request on fields endpoint with changing the field tag:
From 00X control field to data field: An error message(s) should return informing the user that they must specify indicator and subfield values
From data field to 00X control field: Then following messages should display: Cannot define indicators for 00X control fields. Cannot define subfields for 00X control fields.
Example:
When user is execution a PUT request on fields endpoint with changing the field tag:
From 009 to 102: An error message(s) should return informing the user that they must specify indicator and subfield values
From 102 to 009: Then following messages should display: Cannot define indicators for 00X control fields. Cannot define subfields for 00X control fields.