You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I enter the File Manager, the two checkboxes controlling behavior of archive file uploads, "Unpack archives automatically" and "then delete them" are checked.
If I delete a file, there is a confirmation page. After confirming and following through with the delete, those checkboxes are no longer checked.
This is just a little strange. And if you aren't looking at those checkboxes because you have internalized the default behavior, you will miss that now the boxes are unchecked.
The text was updated successfully, but these errors were encountered:
drgrice1
added a commit
to drgrice1/webwork2
that referenced
this issue
Sep 9, 2024
… File Manager.
This was an error in the conversion from mod_perl2 to Mojolicious. The
hidden form fields set in the `HiddenFlags` method of
`WeBWorK::ContentGenerator::Instructor::FileManager` need to set the
value of each field to the paramater (done via the `getFlag` method).
That is how it was before the conversion to Mojolicious, but I made a
mistake and dropped it in the conversion.
This fixes issue openwebwork#2567.
… File Manager.
This was an error in the conversion from mod_perl2 to Mojolicious. The
hidden form fields set in the `HiddenFlags` method of
`WeBWorK::ContentGenerator::Instructor::FileManager` need to set the
value of each field to the paramater (done via the `getFlag` method).
That is how it was before the conversion to Mojolicious, but I made a
mistake and dropped it in the conversion.
This fixes issue openwebwork#2567.
When I enter the File Manager, the two checkboxes controlling behavior of archive file uploads, "Unpack archives automatically" and "then delete them" are checked.
If I delete a file, there is a confirmation page. After confirming and following through with the delete, those checkboxes are no longer checked.
This is just a little strange. And if you aren't looking at those checkboxes because you have internalized the default behavior, you will miss that now the boxes are unchecked.
The text was updated successfully, but these errors were encountered: