Skip to content
Snippets Groups Projects
Commit ba005680 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #56034 continue renaming process

parent 9c3575c0
Branches
Tags
3 merge requests!2334Master,!2131Dev#39494 1940 filtres de workflow dans listviewmode,!2117Dev#56034 3455contractuel renommer module formation
Pipeline #1153 failed with stage
in 5 minutes and 16 seconds
<li class="<?php echo $this->item_class; echo $this->session->isAnnule() ? ' annule': '' ?>">
<div>&nbsp</div>
<?php
echo $this->partial('formation/_session_subscribers.phtml',
echo $this->partial('activity/_session_subscribers.phtml',
['session' => $this->session]);
echo $this->partial('formation/_session_actions.phtml',
echo $this->partial('activity/_session_actions.phtml',
['session' => $this->session]);
?>
......
<?php
echo $this->partial('formation/_formation_panel.phtml',
array('formation' => $this->formation));
echo $this->customFieldsValuesUrl($this->session_formation
? $this->session_formation
: $this->formation);
echo $this->renderForm($this->form);
echo $this->partial('activity/_activity_panel.phtml',
array('activity' => $this->activity));
echo $this->customFieldsValuesUrl($this->session_activity
? $this->session_activity
: $this->activity);
echo $this->renderForm($this->form);
?>
......@@ -67,6 +67,6 @@ test('url for field values should be as expected' ,function() {
test('url for number of children by model and id should be as expected' ,function() {
var values = helper.numberOf('Formation',98,'Session');
equal(options.url, baseUrl+'/opac/datas/numberof/model/Formation/id/98/children/Session', options.url);
var values = helper.numberOf('Activity',98,'Session');
equal(options.url, baseUrl+'/opac/datas/numberof/model/Activity/id/98/children/Session', options.url);
});
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