Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
46064bfe
Commit
46064bfe
authored
Oct 05, 2018
by
Laurent Lécluse
Browse files
Correction de bug : Le modèle de contrat est désormais téléchargeable
parent
e5f47205
Changes
5
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
46064bfe
...
...
@@ -11,6 +11,12 @@ author: Laurent Lécluse - DSI - Unicaen
## Notes de mise à jour
#OSE 7.0.3
## Corrections de bugs
Le modèle de contrat est désormais téléchargeable depuis l'interface d'administration.
#OSE 7.0.2
## Corrections de bugs
...
...
data/Déploiement/Changements.pdf
View file @
46064bfe
No preview for this file type
data/Déploiement/Procédure d'installation.pdf
View file @
46064bfe
No preview for this file type
data/Déploiement/Procédure de mise à jour.pdf
View file @
46064bfe
No preview for this file type
module/Application/view/application/contrat/modeles-liste.phtml
View file @
46064bfe
...
...
@@ -34,13 +34,9 @@ echo $this->inlinescript()->appendFile($this->basePath() . '/vendor/unicaen/impo
<?php
foreach
(
$modeles
as
$modele
)
:
?>
<tr>
<td>
<?php
if
(
$modele
->
getFichier
())
{
echo
$this
->
tag
(
'a'
,
[
'href'
=>
$this
->
url
(
'contrat/modeles/telecharger'
,
[
'modeleContrat'
=>
$modele
->
getId
()]),
])
->
text
(
$modele
->
getLibelle
());
}
else
{
echo
$modele
->
getLibelle
();
}
echo
$this
->
tag
(
'a'
,
[
'href'
=>
$this
->
url
(
'contrat/modeles/telecharger'
,
[
'modeleContrat'
=>
$modele
->
getId
()]),
])
->
text
(
$modele
->
getLibelle
());
?>
</td>
<td>
<?=
$modele
->
getStructure
()
?>
</td>
<td>
<?=
$modele
->
getStatutIntervenant
()
?>
</td>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment