-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add UI for assigning Assets to Channels #2478
Comments
Yes, I agree we should have a UI button to do this in the asset gallery, like the delete button.
This should be the case: But yes I see that similar logic has not been implemented for collections - thanks for pointing out that issue - I'll fix it. |
/bounty $30 |
/attempt #2478 Options |
I tried setting up Vendure for local development and got the below errors. How can I fix this and make it ready for local development During
And during
|
/attempt #2478 i am in the waitlist if @RutamBhagat is unassigned.
|
@ezhil56x look like the issue was introduced with a recent commit. I'm investigating. |
This should be done together with #2903 |
@casperiv0 we are planning to do this task together with #2903 and release it with v3.2. If you can take a look before, even better. Maybe we can ship it with v3.1 |
Is your feature request related to a problem? Please describe.
Was wondering why I can't see my images. Turns out, per the Docs (nice), Assets are Channel-Aware and need to be assigned.
I assumed you just select them and assign them via some button, but there is none:
Theres an argument to be had about automatically assigning assets when assigning products/variants to a new channel?
Describe the solution you'd like
For other props there are buttons:
Describe alternatives you've considered
Alternative is programmatically assigning them manually via the api but thats the point - lets not have to do that 😄
Additional context
Similar issue in regards to Assets and Channels: #2122
The text was updated successfully, but these errors were encountered: