mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
add new type for date fields
This commit is contained in:
parent
0c98a1ae71
commit
ec581518f0
|
@ -277,6 +277,7 @@ class SeedDMS_Core_AttributeDefinition { /* {{{ */
|
|||
const type_float = '2';
|
||||
const type_string = '3';
|
||||
const type_boolean = '4';
|
||||
const type_date = '6';
|
||||
|
||||
/*
|
||||
* The object type for which a attribute may be used
|
||||
|
|
Loading…
Reference in New Issue
Block a user