Actions
Bug #5
closedCan not modify "technique"/"Support" property
Start date:
2009-01-04
Due date:
% Done:
0%
Estimated time:
Patch Available:
No
Confirmed:
No
Help Needed:
Description
In admin UI, "technique"/"support" property can not be modified : an error appears.
Steps to reproduce :- Log with an admin account
- Go to "Gérer la cimaise / gérer les œuvres"
- Edit one painting (for example painting with name : "Bosquet et arbres morts / Le pavé des roizes")
- Change the technique/support property (select "Papier aquarelle")
- Validate modification
- Error appears :
bq. ActiveRecord::StatementInvalid in Admin/artworksController#update
Mysql::Error: Duplicate entry '8' for key 1: INSERT INTO `artworks_techniques` (`id`, `artwork_id`, `technique_id`) VALUES (8, 22, 8)
Impossible de modifier le support d'une œuvre
Actions