flowcore-io / luttaka-open

The open source event experience app powered by the Flowcore Data Management Platform
https://luttaka.com
MIT License
11 stars 11 forks source link

Updating company takes image-url, instead of image upload #166

Open suuunly opened 2 months ago

suuunly commented 2 months ago

Describe the bug šŸ› Currently, when updating my own company, I am presented with an image-url input field. Everything else uses the image upload feature.

To Reproduce šŸ“ Steps to reproduce the behavior:

  1. Login
  2. Press your head in the top right corner,
  3. Select "Profile"
  4. Click on the name of your selected company
    1. if you do not have a company, then fill out the company field with something and click on "Create "
  5. Click on "Edit company Profile"
  6. There, you see the Image text input field

Expected behavior šŸ•µļøā€ā™‚ļø I would expect it to use the same image uploading form as everywhere else.

Screenshots šŸ–¼

Screenshot 2024-04-13 at 19 29 01 image

Additional context There are two ways of solving it depending on when this issue is taken on.

If the general purpose image upload form item is not built (as stated in the issue #165), then you can solve it like this:

Otherwise, use the general purpose image upload form item as previously stated