differentreality / supplies_tracker

Django project for tracking home and office supplies
GNU General Public License v3.0
5 stars 10 forks source link

StorageUpdate has image field as mandatory #23

Closed differentreality closed 6 years ago

differentreality commented 6 years ago

Image field should always be optional.

Both in new and edit forms.

differentreality commented 6 years ago

@angeanto wanna work on it?

angeanto commented 6 years ago

You are right, i'll work on this after finishing my current task

angeanto commented 6 years ago

Done. #30

differentreality commented 6 years ago

How can I see where it is done? Can you reference a relevant PR or line of code with the fix? If you have only fixed it locally but not merged in our github repo, then it is only fixed for you, not me and the project on its whole, so we should leave this issue open until the fix is merged in our master.