id bug fix

This commit is contained in:
Dennis Eichhorn 2023-06-18 13:08:13 +00:00
parent c533e38456
commit 93ced36b97
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ echo $this->data['nav']->render(); ?>
<div class="portlet-head"><?= $this->getHtml('Task'); ?></div>
<div class="portlet-body">
<div class="form-group">
<label for="iReceiver"><?= $this->getHtml('To'); ?></label>
<label for="iiReceiver"><?= $this->getHtml('To'); ?></label>
<?= $this->getData('accGrpSelector')->render('iReceiver', 'forward', true); ?>
</div>

View File

@ -356,7 +356,7 @@ echo $this->data['nav']->render(); ?>
</div>
<div class="form-group">
<label for="iReceiver"><?= $this->getHtml('To'); ?></label>
<label for="iiReceiver"><?= $this->getHtml('To'); ?></label>
<?= $this->getData('accGrpSelector')->render('iReceiver', 'to', true); ?>
</div>