refactor(FE-319): Remove Grading-Telur step from RECORDINGS workflow

This commit is contained in:
rstubryan
2025-12-08 20:12:18 +07:00
parent 5deca5739f
commit 305b8e5005
2 changed files with 3 additions and 19 deletions
+3 -15
View File
@@ -51,14 +51,10 @@ export const MARKETING_APPROVAL_LINE: ApprovalLine = [
export const RECORDING_APPROVAL_LINE: ApprovalLine = [
{
step_number: 1,
step_name: 'Grading-Telur',
},
{
step_number: 2,
step_name: 'Pengajuan',
},
{
step_number: 3,
step_number: 2,
step_name: 'Disetujui',
},
] as const;
@@ -66,14 +62,10 @@ export const RECORDING_APPROVAL_LINE: ApprovalLine = [
export const GROWING_RECORDING_APPROVAL_LINE: ApprovalLine = [
{
step_number: 1,
step_name: 'Grading-Telur',
},
{
step_number: 2,
step_name: 'Pengajuan',
},
{
step_number: 3,
step_number: 2,
step_name: 'Disetujui',
},
] as const;
@@ -81,14 +73,10 @@ export const GROWING_RECORDING_APPROVAL_LINE: ApprovalLine = [
export const LAYING_RECORDING_APPROVAL_LINE: ApprovalLine = [
{
step_number: 1,
step_name: 'Grading-Telur',
},
{
step_number: 2,
step_name: 'Pengajuan',
},
{
step_number: 3,
step_number: 2,
step_name: 'Disetujui',
},
] as const;
-4
View File
@@ -261,10 +261,6 @@ export const APPROVAL_WORKFLOWS = [
{
key: 'RECORDINGS',
steps: [
{
step_number: 1,
step_name: 'Grading-Telur',
},
{
step_number: 2,
step_name: 'Pengajuan',