Skip to content
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

Pictures are not downloaded #492

Closed
CSchlipp opened this issue Jan 10, 2021 · 1 comment · Fixed by #505
Closed

Pictures are not downloaded #492

CSchlipp opened this issue Jan 10, 2021 · 1 comment · Fixed by #505
Labels
bug Something isn't working

Comments

@CSchlipp
Copy link

Description
When adding a new recipe manually and specifying the URL of the recipe image, the image is not downloaded and the field is not saved.

Reproduction
Steps to reproduce the behavior:

  1. Add new recipe manually
  2. specify URL for image
  3. Save
  4. See that the recipe does not have an image
  5. Edit the recipe
  6. See that the Image field is empty

Expected behavior
The image should be downloaded and saved along with the recipe.
Pretty sure this was the behavior of previous versions.

Screenshots
n/a

Browser
Chrome

@CSchlipp CSchlipp added the bug Something isn't working label Jan 10, 2021
@christianlupus
Copy link
Collaborator

The image should be loaded in these lines. The problem seems that the image data is not forwarded from the frontend, the value of $json['image'] is empty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants