|
|
16e84fd316
|
app/Jobs/ImportProfession.php: in processItems() don't check for external_id when upserting items (as that is not guaranteed to be unique)
|
2021-06-29 18:40:08 +02:00 |
|
|
|
8f6691b1fe
|
Migration: 2021_06_29_182934_drop_unique_for_external_id_on_item_table.php
|
2021-06-29 18:38:30 +02:00 |
|
|
|
8e887d1ebe
|
app/Jobs/ImportProfession.php: should not use firstOrFail() when searching for items. as this will do an abort(404), that is very confusing.
|
2021-06-29 18:28:58 +02:00 |
|
|
|
329c753105
|
resources/views/recipe/show.blade.php: show wowhead link.
|
2021-06-29 17:14:02 +02:00 |
|
|
|
3face4481a
|
resources/views/character/profession/show.blade.php: show wowhead link.
|
2021-06-29 17:13:47 +02:00 |
|
|
|
57409690d4
|
Adding resources/views/components/wowhead.blade.php
|
2021-06-29 16:52:50 +02:00 |
|
|
|
9af1752d0c
|
Adding resources/icons/external-link.svg
|
2021-06-29 16:52:31 +02:00 |
|
|
|
e6ace7b61c
|
app/Jobs/ImportProfession.php: in processItems() use sortBy() instead of sort().
|
2021-06-29 15:54:03 +02:00 |
|
|
|
36fe526be2
|
resources/views/livewire/form/character.blade.php: Minor fix. missing livewire model attribute for gender select dropdown.
|
2021-06-29 14:48:54 +02:00 |
|
|
|
1e1aa7d461
|
initial commit
|
2021-06-28 17:33:29 +01:00 |
|