Skip to content

Commit

Permalink
Set a default 'type' of nmis on integrationsCreateform.
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-unwin committed Apr 17, 2024
1 parent a02547a commit e98b5f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Views/integrationsCreateform.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<div class="col-md-6">

<input type="hidden" value="<?= $meta->access_token ?>" id="data[access_token]" name="data[access_token]" />
<input type="hidden" value="nmis" id="data[attributes][type]" name="data[attributes][type]" />

<?= create_text_field('data[attributes][name]', __('Name'), $dictionary->attributes->create) ?>
<?= create_select('data[attributes][org_id]', __('Organisation'), $orgs, $dictionary->attributes->create) ?>
Expand Down

0 comments on commit e98b5f3

Please sign in to comment.