1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

depricate name attribute from function

This commit is contained in:
Damodar Lohani 2021-07-21 18:16:58 +05:45
parent e06701942c
commit 829a804ea5
2 changed files with 1 additions and 12 deletions

View file

@ -1095,15 +1095,7 @@ $collections = [
'filters' => [],
],
],
'indexes' => [
[
'$id' => '_fulltext_name',
'type' => Database::INDEX_FULLTEXT,
'attributes' => ['name'],
'lengths' => [1024],
'orders' => [Database::ORDER_ASC],
]
],
'indexes' => [],
],
'tags' => [

View file

@ -108,9 +108,6 @@ $runtimes = $this->getParam('runtimes', []);
<label for="functionId">Id</label>
<input type="text" id="functionId" name="functionId" required autocomplete="off" class="margin-bottom" maxlength="128" />
<label for="name">Name</label>
<input type="text" id="name" name="name" required autocomplete="off" class="margin-bottom" maxlength="128" />
<label for="runtime">Runtimes</label>
<select name="runtime" id="runtime" required class="margin-bottom-xl">