ILIAS icon indicating copy to clipboard operation
ILIAS copied to clipboard

T&A 45268: Fixes use previous answers for file upload question

Open bidzanaaron opened this issue 1 month ago • 2 comments

This PR attempts to fix https://mantis.ilias.de/view.php?id=45268.

Implements use previous answers for file upload questions. Also adds the corresponding language variables. I've implemented this feature instead of removing it because all other questions also have.

Kind regards, @bidzanaaron

bidzanaaron avatar Dec 03 '25 10:12 bidzanaaron

Thank you very much for the PR @bidzanaaron !

Could you please move the whole multilayered if/else-construct to its own function and then use a single level of ifs with early returns and without any elses. This is very confusing to read.

Thanks and best, @kergomard

kergomard avatar Dec 03 '25 11:12 kergomard

Hey @kergomard,

I have refactored the massive if-else structure. Please let me know if there are any other changes that now need to be done here.

Kind regards, @bidzanaaron

bidzanaaron avatar Dec 08 '25 09:12 bidzanaaron