-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Image incorrectly added to property #28
Comments
What is the state of this? I don't see any field to add image(s) in the PropertyForm: http://localhost:8000/property/create Regarding the image file constraints I think we could use a Note: I added a HarvestImageInline in admin (same as PropertyImageInline): see 5ecc0ef |
Hi Qynn, The older version of saskatoon allows images to be uploaded, most probably, the images are still somewhere in database. This is the link to the property with an invalid image: https://saskatoon.lesfruitsdefendus.org/harvest/property/196 . If you don't have an account, I'll create one for you, just tell me. So I guess this feature still needs to be implemented in this version :D |
@tristanlatr Ok thanks! yea I've seen there were images in the database through the admin panel (using .sql dump from saskatoon-prod) No I don't have an account yet on https://saskatoon.lesfruitsdefendus.org, I'd appreciate if you could create one, thanks! |
Hi, the backend supports images for properties. I didn't code the frontend for that in the new system because [cof cof] no property image has even been uploaded as far as I can tell :-) So I just removed it from my priority list. It'd be nice to have it back at some point though. |
I think there is a couple of properties that have images. But true that it's really not common. We've been telling the PL to upload the pictures of theirs picks though! |
@tristanlatr |
I think that first of all, we should include the images in the new property view and add a button to add a image. |
when you said this " include the images in the new property view", do you mean the preview of the images selected when creating a new property? |
Hi @khabdrick, this issue affects the older version of Saskatoon, since the property photo is simply not a part of the view for now, the first step would be to work on that. Then, work on #20.
Not really, I mean showing images in the property page view, no thumbnail previews for now.
No, no buttons heres, only the pictures with a carousel when there are more than one. |
Ohh okay, I'll do this |
@tristanlatr please I have an issue here. I could not at least retrieve the images saved, I don't know why. |
Never mind, I figured it out. |
@tristanlatr, I see that this issue is connected with #208 and #20, I have been able to add an 'Add Image Button' as well as create a view for it, my current dilemma moving forward is whether to find a way to integrate this with the PropertyUpdateView or leave it as a separate view. I have added screenshots below. Thanks very much . |
From tiagovaz/saskatoon#127
Are there certain image file constraints to follow? If yes, this should be clear to the user.
Saskatoon property #196 has an invalid image for instance.
The text was updated successfully, but these errors were encountered: