Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odevzdávací Systém MO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Commits
0f058ba3
Commit
0f058ba3
authored
9 months ago
by
Martin Mareš
Browse files
Options
Downloads
Patches
Plain Diff
Utils: Zrušen parametr switch_to_grading
parent
9a385220
Branches
Branches containing commit
No related tags found
1 merge request
!136
Joby naplánované na konkrétní čas
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
mo/arg_attrs.py
+0
-1
0 additions, 1 deletion
mo/arg_attrs.py
with
0 additions
and
1 deletion
mo/arg_attrs.py
+
0
−
1
View file @
0f058ba3
...
@@ -128,7 +128,6 @@ ROUND_ATTRS = AttrList([
...
@@ -128,7 +128,6 @@ ROUND_ATTRS = AttrList([
Attr
(
'
enroll_mode
'
,
parse_enroll_mode
,
'
režim registrace
'
),
Attr
(
'
enroll_mode
'
,
parse_enroll_mode
,
'
režim registrace
'
),
Attr
(
'
enroll_advert
'
,
str
,
'
popis v přihlášce
'
),
Attr
(
'
enroll_advert
'
,
str
,
'
popis v přihlášce
'
),
Attr
(
'
enroll_deadline
'
,
parse_time
,
'
deadline přihlašování
'
,
nullable
=
True
),
Attr
(
'
enroll_deadline
'
,
parse_time
,
'
deadline přihlašování
'
,
nullable
=
True
),
Attr
(
'
switch_to_grading
'
,
parse_time
,
'
čas automatického přepnutí na opravování
'
,
nullable
=
True
),
Attr
(
'
min_rec_grade
'
,
int
,
'
minimální doporučený ročník (1-12)
'
,
nullable
=
True
),
Attr
(
'
min_rec_grade
'
,
int
,
'
minimální doporučený ročník (1-12)
'
,
nullable
=
True
),
Attr
(
'
max_rec_grade
'
,
int
,
'
maximální doporučený ročník (1-12)
'
,
nullable
=
True
),
Attr
(
'
max_rec_grade
'
,
int
,
'
maximální doporučený ročník (1-12)
'
,
nullable
=
True
),
Attr
(
'
export_score_to_web
'
,
parse_bool
,
'
exportovat výsledkovky na web
'
,
long
=
'
publish-score
'
),
Attr
(
'
export_score_to_web
'
,
parse_bool
,
'
exportovat výsledkovky na web
'
,
long
=
'
publish-score
'
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment