The previous fix created the picklist sync methods but forgot to add routing in the syncEntity() method. This caused the sync service to still call the generic entity sync path instead of the picklist methods. Added routing for: - EntityType.STATUSES -> syncStatuses() - EntityType.WORK_TYPES -> syncWorkTypes() This completes the fix for the 404 errors on these picklist entities. |
||
|---|---|---|
| .. | ||
| hooks | ||
| services | ||
| types | ||
| utils | ||
| utils.ts | ||