openwebwork / webwork2

Course management front end for WeBWorK
http://webwork.maa.org/wiki/Main_Page
Other
141 stars 164 forks source link

Delay file creation when a new file is created in the file manager. #2339

Closed drgrice1 closed 4 months ago

drgrice1 commented 5 months ago

Instead of creating the file when the new file confirmation page is submitted, create the file when "Save" (or "Save As") is clicked from the edit page that opens next.

This was requested in issue #2326.

Also, don't focus the name input on the edit page. That is a bit annoying. Only focus that input on the confirmation page. That is the only page that has a data input.

Alex-Jordan commented 4 months ago

Works as described, thanks!