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
I'm not sure if this could also be a security topic. Setting the milestone to 11.0.6 because I observed this on the latest rel-11_0, but haven't tested yet if previous versions are also affected.
The text was updated successfully, but these errors were encountered:
10.0 is affected as well, so I think it's fair to assume that all branches are affected. I also managed to discover the exact cause of the error:
The CustomerID is the primary key and properly checked for uniqueness in the frontend module. But the name column in the database table is also unique at not checked at all, so it fails upon insertion. In my opinion, it is important to check if there are other occurrences where unique database attributes are not checked properly.
In principle cleaning up error messages would be good, but as only the admin interface is affected, this is ok, since the admin would else have to go to the log (where the error could also be seen).
Currently, when adding a customer company with an already existing name, the whole sql error gets dumped into the message box:
I'm not sure if this could also be a security topic. Setting the milestone to 11.0.6 because I observed this on the latest rel-11_0, but haven't tested yet if previous versions are also affected.
The text was updated successfully, but these errors were encountered: