-
Notifications
You must be signed in to change notification settings - Fork 2
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
CSCEXAM-000 Fix date handling with attachment archive download #1021
Conversation
2f73009
to
7f20928
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐍
public Result getSoftwares() { | ||
List<Software> softwares = DB | ||
public Result listSoftware() { | ||
List<Software> software = DB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eiks se oo softwares jos se on lista?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Softwarelle ei ymmärtääkseni ole monikkoa lainkaan.
@@ -243,7 +243,7 @@ DELETE /app/machines/:id controlle | |||
POST /app/machine/:mid/software/:sid controllers.ExamMachineController.updateMachineSoftware(mid: Long, sid: Long) | |||
PUT /app/software_machine/:mid controllers.ExamMachineController.resetMachineSoftware(mid: Long) | |||
|
|||
GET /app/softwares controllers.ExamMachineController.getSoftwares | |||
GET /app/softwares controllers.ExamMachineController.listSoftware |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ssss? 🐍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Samoin kuin tässä. IDE:n spellcheckeri herjasi noista :)
No description provided.