Done
Details
Assignee
Tino R.Tino R.Reporter
Tino R.Tino R.Priority
TBDSprint
NoneDevelopment Team
LeipzigFix versions
Release
Quesnelia (R1 2024)TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Tino R.
Tino R.Reporter
Tino R.
Tino R.Priority
Sprint
None
Development Team
Leipzig
Fix versions
Release
Quesnelia (R1 2024)
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created February 22, 2024 at 7:33 AM
Updated March 19, 2024 at 12:13 PM
Resolved March 9, 2024 at 9:40 AM
Currently, when deleting custom fields or modifying their available options, entities linked to these custom fields or values remain unchanged. To rectify this, we need to provide a
RecordService
implementation that manages custom field updates.Failing to implement this functionality may result in issues with data integrity and reliability.
The
RecordService
interface is provided through thefolio-custom-fields
dependency.Acceptance Criteria
A
RecordService
implementation is provided and integrated into the system.Custom field deletions or modifications trigger appropriate updates in associated entities.