-
Notifications
You must be signed in to change notification settings - Fork 916
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
Fixed href issue for upload_multiple column #3053
Fixed href issue for upload_multiple column #3053
Conversation
… url of the first item
BOOM! Your first PR with us, thank you so much! Someone will take a look at it shortly. Please keep in mind that:
Thank you! -- |
The inspection completed: No new issues |
Hello @frankkuipers Thanks for submitting the PR. From my understanding of the code, each value should have their own href setup with each file Let me know, |
That's correct @pxpm . Before the PR, the href was set on the first item and would be re-used for all following items (see image) Expected behavior is that each item has its own href. |
WHOOP-WHOOP! Congrats, your first PR on this repo has officialy been merged. You should also receive an email inviting you to the Community Members team. That's where we, commited community members, debate new features and decide what's in the Backpack roadmap. Feel free to ignore the invitation if you're not interested :-) If you want to help out the community in other ways, you can:
Again. Thank you for the PR. You are a wonderful person. Keep 'em coming :-) -- P.S. Help in the Backpack community is rewarded with free Backpack commercial licenses. It's the least we can do. If you feel you've helped the community with PRs, help & other stuff, please apply for free licenses and mention this PR. You scratch my back, I scratch your back. Thank you! |
Merged into #3202 Thanks for taking the time to submit this, we really appreciate it. |
The issue
When having a upload_multiple column, all items have the url of the first item. All items should point to their own url.
The fix
If a user forces a specific href, this href now gets registered as an override before iterating over the values.