process/show: do not render hidden config

This commit is contained in:
Thomas Gelf 2015-03-03 10:39:44 +01:00
parent 01c5063839
commit 39b08235a5

View file

@ -12,9 +12,6 @@
<?= $this->formSelect('processName', $this->processName, array('class' => 'autosubmit'), $this->processList) ?>
</form>
<?= $this->bp->renderHtml($this) ?>
<!--<pre>
<?= $this->bp->toLegacyConfigString() ?>
</pre>-->
<?= $this->render('warnings.phtml') ?>
</div>