-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
DEP Upgrade frontend build stack #229
DEP Upgrade frontend build stack #229
Conversation
4aadde6
to
c518ff9
Compare
Keeping this as draft for now - once silverstripe/webpack-config#59 is released this will need |
@@ -497,7 +497,7 @@ protected function getOrCreateTag($value) | |||
} | |||
|
|||
// Create new instance if not yet saved | |||
if ($this->getCanCreate()) { | |||
if ($this->getCanCreate() && $value) { |
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.
Without this, a new empty value entry was created.
3b3859f
to
4ffd2c5
Compare
Webpack config changes have been tagged and included in this PR |
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.
For styling please compare this with the |
I can't reproduce this. Can you please include steps for reproduction (or just show me it happening since I sit next to you)
Interesting.... I had tested this but maybe I changed something after testing it. For me, it's not that I can't create new tags specifically but I can't select multiple tags. I will resolve this. |
4ffd2c5
to
c7d7c74
Compare
if (!passThroughAttributes.multi && passThroughAttributes.value) { | ||
if (!multi && passThroughAttributes.value) { |
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.
This isn't a passthrough anymore - missed this the first attempt when I pulled multi out as a distinct variable.
Not much beyond "add a tag and press enter" I used firefox if that makes a difference I'll retest once I look at all the resolved PRs again, we'll assume it's a non-issue for now |
See silverstripe/silverstripe-admin#1389 for a wider discussion on most of the changes
Parent issue