-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 "Show 0 more" on inline people lists #2151
Comments
Hey, I would like to work on this. |
I As the codes are overlapping in #2150 and #2151 so @Ankit-Singla is working on it |
Hi, has this issue been fixed? I would like to work on it if it hasn't yet. |
Hi @kevinzluo could you add a screenshot here showing the show more/less grid in action for people and add your PR number too(for reference). Thanks! |
I don't think the issue is yet solved, please check https://publiclab.org/w/power-tags#Inline+power+tags |
@kevinzluo I think you aren't experiencing the error because section does not include the <%= users.length - 10 %> attribute in the show more tag |
Thanks for the heads up. I didn't realize there were multiple partials for grids 😃. The ones i was using were the notes grids and never checked the people grids. |
If anyone knows the solution and wants to send a patch then it will be great |
@SidharthBansal I've sent a patch on #4253 |
@jazdao you wanna try this? |
@SidharthBansal Can I try this if not yet solved? |
Yeah sure Vanshika
…On Thu, Mar 14, 2019, 9:28 AM Vanshika Gupta ***@***.***> wrote:
@SidharthBansal <https://github.com/SidharthBansal> Can I try this if not
yet solved?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2151 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AUACQ4wBoiqfVqPGChtrVTvwjBIQHx6jks5vWcjygaJpZM4RvnGh>
.
|
got for it! @vansjyo 😊🎉 |
We can replace the 9 with a 10 and I suppose the problem in this issue should be solved. What do you think? plots2/app/views/grids/_people.html.erb Lines 21 to 23 in 7a0660a
|
@SidharthBansal Is there anything more that you are expecting from this fix? If not, I'll open a PR, else please let me know. Thanks. |
Yes @vansjyo, feel free to open a PR. Thanks! |
Please describe the problem (or idea)
Show 0 more is present in the people's list
How to Solve:
You can check out @kevinzluo's work in #3980 for solving this.
The file which would require changes will be https://github.com/publiclab/plots2/blob/master/app/views/grids/_people.html.erb
Please show us where to look
https://publiclab.org/w/power-tags#Inline+power+tags
The text was updated successfully, but these errors were encountered: