mvdicarlo / postybirb-plus

Remake of PostyBirb using React and NestJS
BSD 3-Clause "New" or "Revised" License
102 stars 24 forks source link

Alt-Text does not get recreated when submission is recreated #365

Open malleyeno opened 1 month ago

malleyeno commented 1 month ago

Steps

  1. Make a post that uses the generic alt-text field.
  2. Post it.
  3. Under Logs, find the posted submission and click recreate.
  4. Go back to the submission draft and look at the form field for generic alt-text.

Expected Behaviour

The alt-text field will be repopulated with the copy that was submitted at posting.

Actual Behavior

The alt-text field is empty.

Notes

malleyeno commented 1 month ago

Another note:

malleyeno commented 1 week ago

I haven't tested whether posting the recreated submission without edits will provide the alt-text as it was upon previous posting.

I just did and it does not do this. The alt-text is lost on recreation, and posting the recreated copy will make a post with empty alt-text.