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 child category, SQL syntax error is reported and the "create" view remains open while the record is in fact created correctly.
Reproduction steps:
Install AtroPIM 1.13.49 (not sure if this is a factor).
Update AtroPIM to 1.13.75.
Create a new category.
Create a new category that has the previously-created category as its parent.
This is the syntax error is shown at step 4:
Error 200: An exception occurred while executing a query: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "catalog_category" does not exist LINE 1: SELECT catalog_id FROM catalog_category WHERE (category_id=$... ^
The text was updated successfully, but these errors were encountered:
When creating a child category, SQL syntax error is reported and the "create" view remains open while the record is in fact created correctly.
Reproduction steps:
This is the syntax error is shown at step 4:
The text was updated successfully, but these errors were encountered: