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.
Arreglando el número de sugerencias en el globo de detalles de envío (o…
…megaup#7703) # Description Se arregla el número de sugerencias dejadas por el profesor al estudiante en el botón de detalles del envío en un curso. Estaban mal los parámetros que recibía el query y esto ocasionaba que nunca se encontraran sugerencias en el envío. ![image](https://github.com/omegaup/omegaup/assets/3230352/5b5fe7e9-ec67-4b19-a6ed-af84743bfdbe) Fixes: omegaup#7684 # Comments Faltará ver si también el profesor tiene que ver ese mismo número de sugerencias o se le muestra uno distinto # 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: Hugo Dueñas <[email protected]>
- Loading branch information
Showing
2 changed files
with
106 additions
and
8 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