Actions
Bug #19733
closedSeed creates duplicate templates
Difficulty:
trivial
Triaged:
Yes
Bugzilla link:
Description
Due to change in taxonomy handling in core, find_or_create does not see existing templates and creates new one every seed with the very same content. Since validation is turned off during save, uniqueness is not enforced.
I'd consider releasing new version of plugin or backporting this into 1.15 compatible release since this will create lot of confusion which of the template is actually used, also saving is not possible since validation always fail.
Updated by Lukas Zapletal over 7 years ago
- Related to Bug #19732: Seed creates duplicate templates added
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Assignee set to Lukas Zapletal
- Pull request https://github.com/theforeman/foreman_bootdisk/pull/42 added
Updated by Lukas Zapletal over 7 years ago
- Subject changed from Seed creates duplicit templates to Seed creates duplicate templates
Updated by The Foreman Bot about 7 years ago
- Pull request https://github.com/theforeman/foreman_bootdisk/pull/46 added
Updated by Anonymous about 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman_bootdisk|cddd801ccbc62bab9d4afb6a0b05e3f401acba30.
Updated by Marek Hulán about 7 years ago
- Status changed from Closed to Ready For Testing
- Bugzilla link set to 1510308
Reopening as the initial PR removed the cause but not duplicates. The second PR is waiting for review.
Updated by Lukas Zapletal about 6 years ago
- Status changed from Ready For Testing to Closed
- Triaged changed from No to Yes
Merged
Actions