1
0
Fork 0
heritage-wow/tests/Feature
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
..
Models app/Models/Recipe.php: add spell relationship. 2021-07-08 20:30:52 +02:00
AuthenticationTest.php initial commit 2021-06-28 17:33:29 +01:00
CharacterCreateTest.php app/Http/Livewire/Form/CreateCharacterForm.php: Rename to CharacterForm. 2021-07-03 14:20:44 +02:00
CharacterDestroyTest.php initial commit 2021-06-28 17:33:29 +01:00
CharacterProfessionTest.php initial commit 2021-06-28 17:33:29 +01:00
CharacterUpdateTest.php app/Http/Livewire/Form/CreateCharacterForm.php: Rename to CharacterForm. 2021-07-03 14:20:44 +02:00
ProfessionImportTest.php app/Jobs/ImportProfession.php: fix a bug resulting in duplicate records instead of update existing. 2021-07-09 18:17:16 +02:00
UserTest.php User edit: add username to the form. 2021-07-06 12:51:07 +02:00