Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checkboxes in File Manager get unchecked #2567

Open
Alex-Jordan opened this issue Sep 9, 2024 · 0 comments
Open

checkboxes in File Manager get unchecked #2567

Alex-Jordan opened this issue Sep 9, 2024 · 0 comments

Comments

@Alex-Jordan
Copy link
Contributor

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.

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.
drgrice1 added a commit to drgrice1/webwork2 that referenced this issue Sep 10, 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant