Users - Add/Edit: Persistent form values upon submission failure.

This commit is contained in:
Nate
2020-03-27 18:09:04 -06:00
parent 4af2120e42
commit 043708d183
5 changed files with 133 additions and 82 deletions
+1 -1
View File
@@ -214,7 +214,7 @@
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "api_key";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";