fix: type_id -> type_instance_id dans createResolutionsUIhandler #92
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "type_instance_fix"
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?
closes #81
@ -522,3 +522,3 @@}typeID := getUUIDFromForm(r, "type_id")typeID := getUUIDFromForm(r, "type_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.
has been resolved in the future