Commit c788a3ce authored by Lusis's avatar Lusis

JGA #1503: Gestion des actions externes

parent 0c055507
...@@ -17,8 +17,7 @@ ...@@ -17,8 +17,7 @@
<?php } ?> <?php } ?>
<?php } else { ?> <?php } else { ?>
<indice id='00'> <indice id='00'>
<?php foreach(array_reverse($listeAction[$indice]) as $doit_etre_effectue) { <?php foreach($listeAction as $action) {
$action = $doit_etre_effectue->getId_action(); ?>
<action><?php echo $uribase; ?>index.php/rest/ChantiersREST/<?php echo $chantier->getId_activite(); ?>/ActionREST/<?php echo $action->getId_action(); ?> </action> <action><?php echo $uribase; ?>index.php/rest/ChantiersREST/<?php echo $chantier->getId_activite(); ?>/ActionREST/<?php echo $action->getId_action(); ?> </action>
<?php } ?> <?php } ?>
</indice> </indice>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment