Skip to content
Snippets Groups Projects
Commit cb099ab2 authored by Tim Steiner's avatar Tim Steiner
Browse files

primary_key fix in appvoal body admin.

parent 414b17d9
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<?php echo $this->formSelect('group', <?php echo $this->formSelect('group',
$this->approvalBodyRole->group, $this->approvalBodyRole->group,
null, null,
$this->groups->columnToArray('name', 'id')); ?> $this->groups->columnToArray('name', Groups::getInstance()->getPrimaryKeyName(true))); ?>
<?php echo $this->formSubmit('Submit', 'Submit'); ?> <?php echo $this->formSubmit('Submit', 'Submit'); ?>
</form> </form>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment