brarcher / loyalty-card-locker

Stores your barcode-based store/loyalty cards on your phone
GNU General Public License v3.0
171 stars 29 forks source link

Cannot convert a card with a barcode to a card without a barcode #335

Closed brarcher closed 4 years ago

brarcher commented 4 years ago

If a card is created with a barcode, then later is edited to select "This card has no barcode", the update does not work. As a result, a card with a barcode can never be changed to a card without a barcode.

brarcher commented 4 years ago

For reference, the change which introduced barcodeless cards is https://github.com/brarcher/loyalty-card-locker/pull/324.

brarcher commented 4 years ago

@TheLastProject, are you able to reproduce this behavior?

TheLastProject commented 4 years ago

Huh, yeah, I can reproduce this issue too. I'll try to look into this soon