Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Construction
CRTI-weB
Commits
c788a3ce
Commit
c788a3ce
authored
Jan 03, 2013
by
Lusis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
JGA #1503: Gestion des actions externes
parent
0c055507
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
rest/views/actions.xml
rest/views/actions.xml
+1
-2
No files found.
rest/views/actions.xml
View file @
c788a3ce
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
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