Skip to content
Snippets Groups Projects

Master

Merged Patrick Barroca requested to merge master into dev#15224-workflow-with-n-validations

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Ghost User @ghost started a thread on commit ab7100c2
    212 $controler = 'flash';
    213 $action = 'pyramidhorizontal';
    216 214 $hauteur = 290;
    217 215 break;
    218 216 }
    219 217
    220 218 // Iframe
    221 219 $iframe = $this->view->getHelper('IframeContainer');
    222 $iframe->iframeContainer("100%",
    220 $iframe->iframeContainer('100%',
    223 221 $hauteur,
    224 222 array_merge(['controller' => $controler,
    225 223 'action' => $action],
    226 224 $this->preferences,
    227 $args));
    225 $this->preferences));
Please register or sign in to reply