multi-edit: show deployment link
This commit is contained in:
parent
42f98e9bbf
commit
72bb29694d
|
@ -1,6 +1,9 @@
|
|||
<div class="controls">
|
||||
<?= $this->tabs ?>
|
||||
<h1><?= $this->escape($this->title) ?></h1>
|
||||
<span class="action-links">
|
||||
<?= $this->render('object/deploymentLink.phtml') ?>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
|
|
|
@ -190,7 +190,8 @@ abstract class ObjectsController extends ActionController
|
|||
->setObjects($objects)
|
||||
->pickElementsFrom($this->loadForm($formName), $this->multiEdit)
|
||||
->handleRequest();
|
||||
|
||||
$this->view->totalUndeployedChanges = $this->db()
|
||||
->countActivitiesSinceLastDeployedConfig();
|
||||
$this->setViewScript('objects/form');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue