From 4db52aeee9d759447948fe45e46240915b6b39ac Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 30 Oct 2015 16:15:32 +0100 Subject: [PATCH] make sure to offer all attr types in dropdown menu --- views/bootstrap/class.AttributeMgr.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/views/bootstrap/class.AttributeMgr.php b/views/bootstrap/class.AttributeMgr.php index ba6d622c2..fd8794472 100644 --- a/views/bootstrap/class.AttributeMgr.php +++ b/views/bootstrap/class.AttributeMgr.php @@ -107,6 +107,9 @@ function showAttributeDefinitions(selectObj) { case SeedDMS_Core_AttributeDefinition::type_email: $vt = getMLText('attrdef_type_email'); break; + case SeedDMS_Core_AttributeDefinition::type_date: + $vt = getMLText('attrdef_type_date'); + break; } print "