08/08/2024 - 20h30
parent
e4ce58e726
commit
2bb71d50bb
|
@ -1,15 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="c6d0259a-16e1-410d-91a1-830590ee2a08" name="Changes" comment="03/08/2024 - 18h30">
|
||||
<list default="true" id="c6d0259a-16e1-410d-91a1-830590ee2a08" name="Changes" comment="08/08/2024 - 20h30">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Log/log_file.log" beforeDir="false" afterPath="$PROJECT_DIR$/Log/log_file.log" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Session_Formation.py" beforeDir="false" afterPath="$PROJECT_DIR$/Session_Formation.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Session_Formation_Sequence.py" beforeDir="false" afterPath="$PROJECT_DIR$/Session_Formation_Sequence.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/groupe_inscrit_mgt.py" beforeDir="false" afterPath="$PROJECT_DIR$/groupe_inscrit_mgt.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/prj_common.py" beforeDir="false" afterPath="$PROJECT_DIR$/prj_common.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/unite_enseignement_mgt.py" beforeDir="false" afterPath="$PROJECT_DIR$/unite_enseignement_mgt.py" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
@ -464,7 +458,6 @@
|
|||
</option>
|
||||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
<MESSAGE value="26/06/2024 - 19h30" />
|
||||
<MESSAGE value="ww" />
|
||||
<MESSAGE value="wws" />
|
||||
<MESSAGE value="wwssd" />
|
||||
|
@ -489,6 +482,7 @@
|
|||
<MESSAGE value="02/08/2024 - 12h" />
|
||||
<MESSAGE value="02/08/2024 - 17h" />
|
||||
<MESSAGE value="03/08/2024 - 18h30" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="03/08/2024 - 18h30" />
|
||||
<MESSAGE value="08/08/2024 - 20h30" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="08/08/2024 - 20h30" />
|
||||
</component>
|
||||
</project>
|
|
@ -1885,7 +1885,7 @@ def Automatic_Split_Member_Inscrit_To_Grps(diction):
|
|||
new_data['class_id'] = str(diction['class_id'])
|
||||
new_data['session_id'] = str(diction['session_id'])
|
||||
|
||||
|
||||
|
||||
new_data['valide'] = "1"
|
||||
new_data['locked'] = "0"
|
||||
|
||||
|
|
Loading…
Reference in New Issue