Actions
Bug #7496
openchange has_and_belongs_to_many to has_many :through and add unique validation and auditing to join table
Status:
New
Priority:
Normal
Assignee:
-
Category:
Rails
Target version:
-
Description
there is currently no validation when the models use has_and_belongs_to_many
This issue is a result of needing to generate validation errors and audit trail for https://github.com/theforeman/foreman/pull/1454
Updated by The Foreman Bot over 10 years ago
- Status changed from New to Ready For Testing
- Target version set to 1.7.3
- Pull request https://github.com/theforeman/foreman/pull/1773 added
- Pull request deleted (
)
Updated by Dominic Cleal about 10 years ago
- Target version changed from 1.7.3 to 1.7.2
Updated by Joseph Magen almost 9 years ago
- Status changed from Ready For Testing to New
Moving status back to New. PR https://github.com/theforeman/foreman/pull/1773 is not complete but it's a start.
I don't recall what could cause two identical rows in the join table. I see this task as a "nice to have" and not "must have" as it changes a lot of code with little upside unless there is a real pain there something is causing duplicate rows.
Actions