This commit is contained in:
@@ -4,7 +4,10 @@
|
||||
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||
|
||||
|
||||
|
||||
todo: Uifielddatatype Phone and TimeSpan support at client, translation keys etc
|
||||
ay-customize.vue
|
||||
gz-data-table.vue
|
||||
ay-data-list-view.vue
|
||||
|
||||
|
||||
NEXT UP: Customer
|
||||
@@ -21,6 +24,7 @@ EACH OBJECT DEV CYCLE:
|
||||
Translation keys
|
||||
AyaFormFieldDefinitions for object if it's got a customizable form
|
||||
DataList if applicable
|
||||
be minimal with the default fields, many people will not change them so if too much in default will be excessive bandwidth hog for no reason
|
||||
Notification code if applicable
|
||||
Routes and associated code
|
||||
FRONT
|
||||
|
||||
@@ -712,7 +712,9 @@ function buildRecords(listData, columndefinitions) {
|
||||
EmailAddress = 11,
|
||||
HTTP = 12,
|
||||
InternalId = 13,
|
||||
MemorySize=14
|
||||
MemorySize=14,
|
||||
TimeSpan=15,
|
||||
PhoneNumber=16//this is so client can dial directly
|
||||
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user