Skip to content

Add Create, Edit, Delete for LifeCycle Policies #1444

Add Create, Edit, Delete for LifeCycle Policies

Add Create, Edit, Delete for LifeCycle Policies #1444

Triggered via pull request January 31, 2025 13:57
Status Failure
Total duration 49s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
build: src/components/events/LifeCyclePolicies.tsx#L113
Property 'modalRef' is missing in type '{ handleClose: () => void; resource: "lifecyclepolicy"; }' but required in type '{ handleClose: () => void; resource: "events" | "acl" | "series" | "themes" | "user" | "group" | "lifecyclepolicy"; modalRef: RefObject<ModalHandle>; }'.
build: src/components/events/partials/LifeCyclePolicyActionCell.tsx#L85
Property 'modalRef' is missing in type '{ close: () => void; resourceName: string; resourceType: "LIFECYCLE_POLICY"; resourceId: string; deleteMethod: (id: string) => void; }' but required in type '{ close: () => void; resourceType: "LOCATION" | "EVENT" | "ACL" | "SERIES" | "USER" | "GROUP" | "THEME" | "TOBIRA_PATH" | "LIFECYCLE_POLICY"; resourceName: string; resourceId: string; ... 5 more ...; modalRef: RefObject<...>; }'.
build: src/components/events/partials/wizards/NewLifeCyclePolicyWizard.tsx#L4
Cannot find module '../../../shared/wizard/WizardStepperEvent' or its corresponding type declarations.
build
Process completed with exit code 2.