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
The code should prevent the user from making this error because it will generate a database error. The correct logic should be to check to see if there is already a row in the decayimage table that corresponds to the passed in category_id, if there is and the operation is add then the operation should be changed to edit.
The text was updated successfully, but these errors were encountered:
The code should prevent the user from making this error because it will generate a database error. The correct logic should be to check to see if there is already a row in the decayimage table that corresponds to the passed in category_id, if there is and the operation is add then the operation should be changed to edit.
The text was updated successfully, but these errors were encountered: