Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
python-kosapi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tomáš Pecka
python-kosapi
Commits
947dbee7
Commit
947dbee7
authored
5 months ago
by
Tomáš Pecka
Browse files
Options
Downloads
Patches
Plain Diff
add editors
parent
d66f4d8e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kosapi/entity/coursin.py
+1
-0
1 addition, 0 deletions
kosapi/entity/coursin.py
with
1 addition
and
0 deletions
kosapi/entity/coursin.py
+
1
−
0
View file @
947dbee7
...
...
@@ -15,3 +15,4 @@ class Coursin(BaseEntity):
guarantors
=
fields
.
XLinkListField
(
fields
.
XLinkField
(
"
Teacher
"
))
instructors
=
fields
.
XLinkListField
(
fields
.
XLinkField
(
"
Teacher
"
))
lecturers
=
fields
.
XLinkListField
(
fields
.
XLinkField
(
"
Teacher
"
))
editors
=
fields
.
XLinkListField
(
fields
.
XLinkField
(
"
Teacher
"
))
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