mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-26 14:26:32 +00:00
# Which Problems Are Solved Actions V2 Method names got cut off in the creation dropdown <img width="668" height="717" alt="old modal" src="https://github.com/user-attachments/assets/e3dda16d-5326-464e-abc7-67a8b146037c" /> # How the Problems Are Solved The modal now first requires a Service to be set and only afterwards are users allowed set Methods. This way we can cut out the Service-Names from the Method-Name leading to cleaner and shorter names. <img width="796" height="988" alt="new modal" src="https://github.com/user-attachments/assets/5002afdf-b639-44ef-954a-5482cca12f96" /> # Additional Changes Changed the Modal dataloading to use Tanstack Query # Additional Context - Closes #10596