ST-9dymjaju: verplaats updateRolesAction naar actions/settings.ts en verwijder todos

- Voeg updateRolesAction toe aan actions/settings.ts (hergebruikt getSession en imports)
- Update import in components/settings/role-manager.tsx naar @/actions/settings
- Verwijder actions/todos.ts (alle todo-server-actions komen te vervallen)
- Verwijder __tests__/actions/todos-promote-idea.test.ts (test van verwijderde functie)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Scrum4Me Agent 2026-05-06 09:01:44 +02:00
parent a28f0249e5
commit 9e45739786
4 changed files with 21 additions and 431 deletions

View file

@ -4,7 +4,7 @@ import { useState, useTransition } from 'react'
import { toast } from 'sonner'
import { Button } from '@/components/ui/button'
import { DemoTooltip } from '@/components/shared/demo-tooltip'
import { updateRolesAction } from '@/actions/todos'
import { updateRolesAction } from '@/actions/settings'
const ALL_ROLES = [
{ value: 'PRODUCT_OWNER', label: 'Product Owner' },