shannah / xataface

Framework for building data-driven web applications in PHP and MySQL
http://xataface.com
GNU General Public License v2.0
134 stars 57 forks source link

Wrong message for duplicate entry through related list #73

Open Pierrick-R opened 8 years ago

Pierrick-R commented 8 years ago

Framework

tables:

Fields of table "Equipment":

Issue

Accessing the Equipment table directly: everything is OK --> Duplicate entry error is displayed when duplicate tag is entered

Accessing the Equipment table through the "order" table (related list of "Equipment"): /!\ --> Duplicate entry error massage is not displayed when duplicate tag is entered --> "Record successfully added to Equipment Relationship" is displayed

This is basically wrong, because the new Equipment, with the duplicate tag has actually not been added to the database.

Thanks in advance for your help