#28051 closed Bug (fixed)
Index names are being overridden in ModelState
Reported by: | Markus Holtermann | Owned by: | Markus Holtermann |
---|---|---|---|
Component: | Migrations | Version: | 1.11 |
Severity: | Release blocker | Keywords: | |
Cc: | Marc Tamlyn | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Despite setting the name
attribute in the constructor of the Index
class, the name is auto-generated in ModelState
. This is unintentional as that name will then end up in the database
Change History (5)
comment:1 Changed 6 years ago by
Owner: | changed from nobody to Markus Holtermann |
---|---|
Status: | new → assigned |
comment:2 Changed 6 years ago by
Has patch: | set |
---|
comment:3 Changed 6 years ago by
Triage Stage: | Accepted → Ready for checkin |
---|
Note: See
TracTickets for help on using
tickets.
PR