Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sygal
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
open-source
sygal
Commits
cb57255f
Commit
cb57255f
authored
Nov 18, 2022
by
Jean-Philippe Metivier
Browse files
Options
Downloads
Plain Diff
Merge branch 'release_5.2.6' of git.unicaen.fr:open-source/sygal into release_5.2.6
parents
840e3521
ed0472ac
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
module/These/view/these/these/depot.phtml
+1
-1
1 addition, 1 deletion
module/These/view/these/these/depot.phtml
public/js/app.js
+8
-8
8 additions, 8 deletions
public/js/app.js
with
10 additions
and
9 deletions
CHANGELOG.md
+
1
−
0
View file @
cb57255f
...
...
@@ -12,6 +12,7 @@ Journal des modifications
-
[FIX] Ajout de l'affichage de la liste des présences à une session si celle-ci est imminente.
-
[FIX] Correction du calcul d'erreur de l'année de thèse du doctorant dans les sessions de formation.
-
[FIX] Correction du problème de téléchargement des avis en mode non connecté (par exemple pour les membres du jury)
-
[FIX] removeProp() ne fonctionnait plus dans le widget JS d'autorisation de mise en ligne : remplacé par prop().
5.
2.5
-----
...
...
This diff is collapsed.
Click to expand it.
module/These/view/these/these/depot.phtml
+
1
−
1
View file @
cb57255f
...
...
@@ -20,7 +20,7 @@ $maxFileCountThese = 1;
$maxFileCountAutres
=
50
;
$divId
=
$versionCorrigee
?
'div-depot-corrige'
:
'div-depot-initial'
;
$h1
=
$versionCorrigee
?
"
Dépô
t version corrigée"
:
"
Dépô
t de la thèse"
;
$h1
=
$versionCorrigee
?
"
Téléversemen
t version corrigée"
:
"
Téléversemen
t de la thèse"
;
?>
<?php
$this
->
headTitle
(
"Dépôt thèse"
)
->
prepend
(
$these
->
getDoctorant
()
->
getIndividu
()
->
getNomUsuel
())
?>
...
...
This diff is collapsed.
Click to expand it.
public/js/app.js
+
8
−
8
View file @
cb57255f
...
...
@@ -211,8 +211,8 @@ $.widget("unicaen.widgetDroitAuteurThese", {
this
.
getAnnexesDiv
().
refresh
({},
function
()
{
$
(
this
).
show
();
});
this
.
getTheseDiv
().
show
(
effect
,
{
direction
:
"
left
"
}).
find
(
'
:input
'
).
removeP
rop
(
'
disabled
'
);
this
.
getAnnexesDiv
().
show
(
effect
,
{
direction
:
"
left
"
}).
find
(
'
:input
'
).
removeP
rop
(
'
disabled
'
);
this
.
getTheseDiv
().
show
(
effect
,
{
direction
:
"
left
"
}).
find
(
'
:input
'
).
p
rop
(
'
disabled
'
,
false
);
this
.
getAnnexesDiv
().
show
(
effect
,
{
direction
:
"
left
"
}).
find
(
'
:input
'
).
p
rop
(
'
disabled
'
,
false
);
break
;
default
:
this
.
getDivFichiersExpurges
().
hide
();
...
...
@@ -270,22 +270,22 @@ $.widget("unicaen.widgetAutorisationMiseEnLigne", {
case
"
2
"
:
// oui immédiatement
this
.
getInputDivEmbargoDuree
().
hide
(
effect
,
{
direction
:
"
left
"
}).
find
(
'
:input
'
).
prop
(
'
disabled
'
,
'
disabled
'
);
this
.
getInputDivMotif
().
hide
(
effect
,
{
direction
:
"
up
"
}).
find
(
'
:input
'
).
prop
(
'
disabled
'
,
'
disabled
'
);
this
.
getInputDivAuteur
().
show
(
effect
,
{
direction
:
"
up
"
}).
find
(
'
:input
'
).
removeP
rop
(
'
disabled
'
);
this
.
getInputDivAuteur
().
show
(
effect
,
{
direction
:
"
up
"
}).
find
(
'
:input
'
).
p
rop
(
'
disabled
'
,
false
);
this
.
getExplicOuiImmediat
().
show
();
this
.
getExplicOuiEmbargo
().
hide
();
this
.
getExplicNon
().
hide
();
break
;
case
"
1
"
:
// oui avec embargo
this
.
getInputDivEmbargoDuree
().
show
(
effect
,
{
direction
:
"
left
"
}).
find
(
'
:input
'
).
removeP
rop
(
'
disabled
'
);
this
.
getInputDivMotif
().
show
(
effect
,
{
direction
:
"
up
"
}).
find
(
'
:input
'
).
removeP
rop
(
'
disabled
'
);
this
.
getInputDivAuteur
().
show
(
effect
,
{
direction
:
"
up
"
}).
find
(
'
:input
'
).
removeP
rop
(
'
disabled
'
);
this
.
getInputDivEmbargoDuree
().
show
(
effect
,
{
direction
:
"
left
"
}).
find
(
'
:input
'
).
p
rop
(
'
disabled
'
,
false
);
this
.
getInputDivMotif
().
show
(
effect
,
{
direction
:
"
up
"
}).
find
(
'
:input
'
).
p
rop
(
'
disabled
'
,
false
);
this
.
getInputDivAuteur
().
show
(
effect
,
{
direction
:
"
up
"
}).
find
(
'
:input
'
).
p
rop
(
'
disabled
'
,
false
);
this
.
getExplicOuiImmediat
().
hide
();
this
.
getExplicOuiEmbargo
().
show
();
this
.
getExplicNon
().
hide
();
break
;
case
"
0
"
:
// non
this
.
getInputDivEmbargoDuree
().
hide
(
effect
,
{
direction
:
"
left
"
}).
find
(
'
:input
'
).
prop
(
'
disabled
'
,
'
disabled
'
);
this
.
getInputDivMotif
().
show
(
effect
,
{
direction
:
"
up
"
}).
find
(
'
:input
'
).
removeP
rop
(
'
disabled
'
);
this
.
getInputDivMotif
().
show
(
effect
,
{
direction
:
"
up
"
}).
find
(
'
:input
'
).
p
rop
(
'
disabled
'
,
false
);
this
.
getInputDivAuteur
().
hide
(
effect
,
{
direction
:
"
up
"
}).
find
(
'
:input
'
).
prop
(
'
disabled
'
,
'
disabled
'
);
this
.
getExplicOuiImmediat
().
hide
();
this
.
getExplicOuiEmbargo
().
hide
();
...
...
@@ -349,7 +349,7 @@ $.widget("unicaen.widgetConfidentialiteThese", {
effect
=
effect
?
"
slide
"
:
null
;
switch
(
value
)
{
case
"
1
"
:
this
.
getDivDateFin
().
show
(
effect
,
{
direction
:
"
left
"
}).
find
(
'
:input
'
).
removeP
rop
(
'
disabled
'
);
this
.
getDivDateFin
().
show
(
effect
,
{
direction
:
"
left
"
}).
find
(
'
:input
'
).
p
rop
(
'
disabled
'
,
false
);
this
.
getExplicConfidentialiteOui
().
show
(
effect
,
{
direction
:
"
left
"
});
this
.
getExplicConfidentialiteNon
().
hide
(
effect
,
{
direction
:
"
left
"
});
break
;
...
...
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