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

CSCEXAM-000 Fix date handling with attachment archive download #1021

Merged
merged 3 commits into from
Dec 11, 2023

Conversation

lupari
Copy link
Collaborator

@lupari lupari commented Nov 28, 2023

No description provided.

@lupari lupari force-pushed the CSCEXAM-1256 branch 2 times, most recently from 2f73009 to 7f20928 Compare November 29, 2023 13:17
Copy link
Collaborator

@VirmasaloA VirmasaloA left a 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
Copy link
Collaborator

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?

Copy link
Collaborator Author

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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ssss? 🐍

Copy link
Collaborator Author

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 :)

@lupari lupari merged commit a3796ad into dev Dec 11, 2023
5 checks passed
@lupari lupari deleted the CSCEXAM-1256 branch December 11, 2023 09:37
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

Successfully merging this pull request may close these issues.

2 participants