Skip to content

Commit

Permalink
integer als Datentyp ermöglichen (#759)
Browse files Browse the repository at this point in the history
vorbereitende Maßnahme für #89
  • Loading branch information
alxndr-w authored and dergel committed Sep 4, 2019
1 parent 3206aca commit c655f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/manager/lib/yform/value/be_manager_relation.php
Expand Up @@ -469,7 +469,7 @@ public function getDefinitions()
'notice' => ['type' => 'text', 'label' => rex_i18n::msg('yform_values_defaults_notice')],
],
'description' => rex_i18n::msg('yform_values_be_manager_relation_description'),
'db_type' => ['text', 'varchar(191)'],
'db_type' => ['text', 'varchar(191)', 'int'],
'formbuilder' => false,
'hooks' => [
'preCreate' => function (rex_yform_manager_field $field) {
Expand Down

0 comments on commit c655f71

Please sign in to comment.