Skip to content

Commit c19c81f

Browse files
Merge branch 'master' into lib
2 parents a0e13fc + cf0bc0a commit c19c81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/submission/task_platform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export function getTaskDataFromTaskSettings(taskSettings: any) {
124124
}
125125

126126
export function getServerTaskFromTaskData(taskData: any, task: TaskServer = null): Task {
127-
if (taskData.data) {
127+
if (taskData.data && false !== taskData.gridInfos.allowClientExecution) {
128128
taskData.gridInfos.allowClientExecution = true;
129129
}
130130

0 commit comments

Comments
 (0)