fix: type_id -> type_instance_id dans createResolutionsUIhandler #92

Merged
ariasat merged 1 commit from type_instance_fix into main 2026-06-22 15:38:32 -04:00
Member

closes #81

closes #81
fix: type_id -> type_instance_id dans createResolutionsUIhandler
All checks were successful
/ test-build (pull_request) Successful in 28s
b712d40877
ariasat deleted branch type_instance_fix 2026-06-22 15:38:32 -04:00
@ -522,3 +522,3 @@
}
typeID := getUUIDFromForm(r, "type_id")
typeID := getUUIDFromForm(r, "type_instance_id")
Member

ISSUE: Variable name "typeID" doesn't match form parameter "type_instance_id"
Consider renaming to "typeInstanceID" for consistency, or ensure downstream code
understands this now refers to an instance, not a type definition.
Also clarify the semantic difference between type_instance_id vs instance_id.

ISSUE: Variable name "typeID" doesn't match form parameter "type_instance_id" Consider renaming to "typeInstanceID" for consistency, or ensure downstream code understands this now refers to an instance, not a type definition. Also clarify the semantic difference between type_instance_id vs instance_id.
Author
Member

has been resolved in the future

has been resolved in the future
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
agecem/resolutions!92
No description provided.