You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new system, the UUID of the corresponding profile to link it to is supplied. Before creating it, a check should be done to see if the profile to link actually exists and return an error if this is not the case.
The database will do this because of the foreign keys that are used, but this responsibility should be moved to the code itself.
The text was updated successfully, but these errors were encountered:
evanebb
changed the title
Check if lniked distro/profile exists before creating profile or system
Check if linked distro/profile exists before creating profile or system
Feb 13, 2023
evanebb
changed the title
Check if linked distro/profile exists before creating profile or system
Check if linked profile exists before creating profile or system
Mar 25, 2023
evanebb
changed the title
Check if linked profile exists before creating profile or system
Check if linked profile exists before creating system
Sep 10, 2023
When creating a new system, the UUID of the corresponding profile to link it to is supplied. Before creating it, a check should be done to see if the profile to link actually exists and return an error if this is not the case.
The database will do this because of the foreign keys that are used, but this responsibility should be moved to the code itself.
The text was updated successfully, but these errors were encountered: