Stories + Sprints: create() re-fetches by placeholder SID, triggers Method-not-found banner #142
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_archipelagos#142
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
StoryService::createandMilestoneService::createboth follow this shape:After a successful save the UI shows a red "Network error: RPC error [-32601]: Method not found" banner even though the record was created. The
ProjectService::createpath does the right thing (captures the saved SID fromsave()and refetches by that); the other two services were missed.Fix: capture the
Stringthatsave()returns and pass it toget().