423S25 / repo2

https://423s25.github.io/repo2/
MIT License
0 stars 1 forks source link

Bulk Item Switch on Submit does not Work #28

Open NolanJenko opened 2 months ago

NolanJenko commented 2 months ago

Bulk Item Submit

When adding or editing an item the Bulk item switch does not actually seem to work correctly and will sometimes work and sometimes not.

How to Reproduce

  1. Create a new item with the name "hello"
  2. Set the Bulk Item to "yes"
  3. Edit the new item and switch the bulk item field to "no"

Possible fixes

Probably a cause of the string to boolean conversion, the form for the bulk item is updating as a string but probably needs to be a bool.