-
Notifications
You must be signed in to change notification settings - Fork 165
feat: multiple trait subtypes #1365
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
base: develop
Are you sure you want to change the base?
feat: multiple trait subtypes #1365
Conversation
…extension/multiple-trait-subtypes-v3.1
…s' into extension/multiple-trait-subtypes-v3.1
…s' into extension/multiple-trait-subtypes-v3.1
…izations/lorekeeper into extension/multiple-trait-subtypes
…s' into extension/multiple-trait-subtypes-v3.1
…s' into extension/multiple-trait-subtypes-v3.1
…s' into extension/multiple-trait-subtypes-v3.1
…raconizations/lorekeeper into extension/multiple-trait-subtypes-v3.1
5449290 to
e05b2aa
Compare
68f0d92 to
110f425
Compare
6fda0f4 to
09f194e
Compare
I swear to god
423e485 to
2749709
Compare
|
so sorry for the commit mess everyone, turns out having two editors open for different LK repos confused me greatly |
|
You may also want to resolve conversations you've fixed :) |
SpeedyD
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aight, so, real review time: My brain is exhausted, but I think it looks good? I however cannot in good conscience approve it until I look it over and test properly when NOT exhausted..
Sorry for that. ^^;;
…nto feat/multiple-trait-subtypes
Finally opening a PR for this ext of mine. Similar to multiple character subtypes, but for traits instead. It should replace every reference to a
subtype_idin the Feature model to use thesubtypesrelation instead, but there's always a chance I missed some. The enhanced trait dropdown and trait indexes are supported as well.Run
php artisan convert-trait-subtypeafter migrations. This does drop thesubtype_idcolumn, so any extensions that reference it will become incompatible.