Lectures
: Disable submit button in file upload dialog if no file is uploaded yet
#9829
Labels
client
Pull requests that update TypeScript code. (Added Automatically!)
exercise
Pull requests that affect the corresponding module
feature
fileupload
Pull requests that affect the corresponding module
good first issue
lecture
Pull requests that affect the corresponding module
priority:low
It is not urgent to fix this issue!
small
user interface
Is your feature request related to a problem?
When testing a feature I did not upload a file in the file upload lecture unit and tried to save it. I first thought that saving would be broken for file upload exercises but realized that I just did not upload a file (which of course does not make much sense for a file upload lecture unit).
However, Artemis could indicate what the actual issue is to be more self explanatory.
Describe the solution you'd like
Disable the save button until a file is uploaded in the "upload lecture unit view".
Display a tooltip that a file has to be uploaded on the disabled button as long as this has not been done, do not display the tooltip anymore when the button is enabled.
Describe alternatives you've considered
No response
Additional context
Saving does not work before uploading a file, there is no indicator for that in the UI.
The text was updated successfully, but these errors were encountered: