Compare commits

..

No commits in common. "afe43f98e386660d920b6e7d2a93c85c1f6c7d76" and "cd961e6e3ea65c52fbc40b2f59f198d5ff1f8847" have entirely different histories.

3 changed files with 134 additions and 685 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2686,7 +2686,7 @@ def moduleimpl_list(
@permission_required(Permission.ScoView)
@scodoc7func
def moduleimpl_withmodule_list(
moduleimpl_id=None, formsemestre_id=None, module_id=None, format="json"
moduleimpl_id=None, formsemestre_id=None, module_id=None
):
"""API ScoDoc 7"""
data = sco_moduleimpl.moduleimpl_withmodule_list(

View File

@ -1,7 +1,7 @@
# -*- mode: python -*-
# -*- coding: utf-8 -*-
SCOVERSION = "9.1.64"
SCOVERSION = "9.1.63"
SCONAME = "ScoDoc"