forked from omegaup/omegaup
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the feature "Delete problems in batch" (omegaup#7672)
# Description Se agrega la funcionalidad de "Eliminar problemas" desde el listado de "Mis problemas". Esto sirve para poder eliminar los problemas que se crearon con algún error al cargar el archivo .zip, y esto ocasiona que no se pueda ingresar a la vista de detalles del problema. También se agrega la opción de "Eliminar problemas en batch", que funciona al seleccionar varios problemas. Esta opción sólo se habilita si los problemas seleccionados pueden ser eliminados. Recordar que no es posible eliminar problemas que ya tienen envíos realizados. ![DeleteProblemsInBatch](https://github.com/omegaup/omegaup/assets/3230352/40d86fbd-28da-4a2e-b687-855971f41a13) Fixes: omegaup#7452 # Checklist: - [x] The code follows the [coding guidelines](https://github.com/omegaup/omegaup/wiki/Coding-guidelines) of omegaUp. - [x] The tests were executed and all of them passed. - [x] If you are creating a feature, the new tests were added. - [x] If the change is large (> 200 lines), this PR was split into various Pull Requests. It's preferred to create one PR for changes in controllers + unit tests in PHPUnit, and then another Pull Request for UI + tests in Jest, Cypress or both. --------- Co-authored-by: Anas Iqbal <[email protected]> Co-authored-by: iqbal <[email protected]> Co-authored-by: Hugo Dueñas <[email protected]>
- Loading branch information
1 parent
55a7a99
commit 2bc420a
Showing
20 changed files
with
306 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.