This commit is contained in:
@@ -7,5 +7,6 @@ namespace AyaNova.Biz
|
||||
public const string Integer = "int";
|
||||
public const string Bool = "bool";
|
||||
public const string Decimal = "decimal";
|
||||
public const string Tags="tags";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,6 +28,7 @@ namespace AyaNova.Biz
|
||||
AddField("active", "WidgetActive", AyDataType.Bool).
|
||||
AddField("startdate", "WidgetStartDate", AyDataType.Date).
|
||||
AddField("count", "WidgetCount", AyDataType.Integer).
|
||||
AddField("tags", "Tags", AyDataType.Tags).
|
||||
AddField("enddate", "WidgetEndDate", AyDataType.Date);
|
||||
|
||||
if (localizeToLocaleId != 0)
|
||||
@@ -304,7 +305,7 @@ namespace AyaNova.Biz
|
||||
|
||||
//Do the patching
|
||||
objectPatch.ApplyTo(dbObj);
|
||||
|
||||
|
||||
dbObj.Tags = TagUtil.NormalizeTags(dbObj.Tags);
|
||||
|
||||
ct.Entry(dbObj).OriginalValues["ConcurrencyToken"] = concurrencyToken;
|
||||
|
||||
@@ -1441,5 +1441,6 @@
|
||||
"WidgetStartDate":"Startdatum",
|
||||
"WidgetEndDate":"Enddatum",
|
||||
"WidgetNotes":"Notizen",
|
||||
"RowsPerPage":"Zeilen pro Seite"
|
||||
"RowsPerPage":"Zeilen pro Seite",
|
||||
"Tags":"Kategorien"
|
||||
}
|
||||
|
||||
@@ -1440,7 +1440,8 @@
|
||||
"WidgetStartDate":"Start",
|
||||
"WidgetEndDate":"End",
|
||||
"WidgetNotes":"Notes",
|
||||
"RowsPerPage":"Rows per page"
|
||||
"RowsPerPage":"Rows per page",
|
||||
"Tags":"Tags"
|
||||
|
||||
|
||||
}
|
||||
@@ -1441,5 +1441,6 @@
|
||||
"WidgetStartDate":"Fecha de comienzo",
|
||||
"WidgetEndDate":"Fecha de fin",
|
||||
"WidgetNotes":"Notas",
|
||||
"RowsPerPage":"Filas por página"
|
||||
"RowsPerPage":"Filas por página",
|
||||
"Tags":"Etiquetas"
|
||||
}
|
||||
@@ -1440,5 +1440,6 @@
|
||||
"WidgetStartDate":"Date de début",
|
||||
"WidgetEndDate":"Date de fin",
|
||||
"WidgetNotes":"Notes",
|
||||
"RowsPerPage":"Lignes par page"
|
||||
"RowsPerPage":"Lignes par page",
|
||||
"Tags":"Balises"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user