1
0
Fork 0
heritage-wow/app
Henrik Hautakoski f105890494 app/Jobs/ImportProfession.php: fix a bug resulting in duplicate records instead of update existing.
We search for recipes by spell, but if a record existed before spell relationship was added. it's null and we wont find it, so we create a duplicated one.

This patch will also search for craft->name and update existing records.
2021-07-09 18:17:16 +02:00
..
Console initial commit 2021-06-28 17:33:29 +01:00
Exceptions initial commit 2021-06-28 17:33:29 +01:00
Http app/Http/Livewire/Recipes.php: eager-load crafters relationship. 2021-07-08 21:36:29 +02:00
Jobs app/Jobs/ImportProfession.php: fix a bug resulting in duplicate records instead of update existing. 2021-07-09 18:17:16 +02:00
Models app/Models/Recipe.php: Always load spell relationship. 2021-07-08 21:36:51 +02:00
Policies initial commit 2021-06-28 17:33:29 +01:00
ProfessionImport initial commit 2021-06-28 17:33:29 +01:00
Providers Adding support to login via discord oauth. 2021-06-30 18:30:34 +02:00
View/Components Adding Wowhead link component with WowheadPower Tooltip library. 2021-07-09 11:28:20 +02:00
Warcraft initial commit 2021-06-28 17:33:29 +01:00