Details
Description
It's possible to create universal module product field name that are identical, which causes a MySQL error when trying to insert data (when adding a service), like the following:
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '4-setup' for key 'PRIMARY' in
The universal module should validate field names in addition to any current validation to ensure that there are no duplicates.