Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug that occurs on items page in cases where the artist_url column is null #131

Merged
merged 2 commits into from
Jul 8, 2021

Conversation

Ne-wt
Copy link
Contributor

@Ne-wt Ne-wt commented Jul 8, 2021

http://127.0.0.1:8000/world/items bug
this is needed due to PREG_SET_ORDER
and because no check occurs on the item artist attribute
// Check to see if the artist exists on site $artist = checkAlias($this->artist_url, false); // <---- here if(is_object($artist)) { $this->artist_id = $artist->id; $this->artist_url = null; $this->save(); }

@itinerare itinerare added the needs review Pull requests that are pending community review label Jul 8, 2021
@itinerare itinerare merged commit 26bc64c into corowne:develop Jul 8, 2021
@itinerare itinerare added reviewed Pull requests that have received community review and are pending merge and removed needs review Pull requests that are pending community review labels Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reviewed Pull requests that have received community review and are pending merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants