Uh oh!
There was an error while loading. Please reload this page.
Fix/users and groups/vue multiselect - #14484
Merged
Merged
Conversation
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
skjnldsv
requested review from
ChristophWurst, MorrisJobke, juliusknorr, nickvergessen and rullzerMarch 3, 2019 10:50
ChristophWurst
commented
Mar 4, 2019
Member
Please elaborate :) |
skjnldsv
commented
Mar 4, 2019
MemberAuthor
Well, we updated and fixed design on the component repo, so we now beneficiate from those here 😁 |
| tag-placeholder="create" :placeholder="t('settings', 'Add user in group')" | ||
| label="name" track-by="id" class="multiselect-vue" :limit="2" | ||
| :multiple="true" :taggable="settings.isAdmin" :closeOnSelect="false" | ||
| :tag-width="60" |
Member
There was a problem hiding this comment.
Should this default be added to our lib instead? feels strange, if all usages should add this 🤔
MemberAuthor
There was a problem hiding this comment.
@nickvergessen there is a default to 150px.
You can omit it if you want :)
But it can lead to undesirable design.
Making it automatic was a bit too difficult.
MorrisJobke
commented
Mar 4, 2019
Member
Status of 16654: failure
Show full log
Show full log
Show full log
Show full log
Show full log
Show full log
Show full log
Show full log@danxuliu two more "no such process" errors on |
MorrisJobke
commented
Mar 4, 2019
Member
It seems that those were there before this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Design fixes