WORK IN PROGRESS, GET THE STABLE SOURCE FROM THE DOWNLOADS TAB
UPDATE Adds guid display on datatype for use in courier configs [TFS Changeset #64612]
This commit is contained in:
@@ -60,7 +60,7 @@ namespace umbraco.cms.presentation.developer
|
||||
|
||||
}
|
||||
|
||||
litGuid.Text = dt.UniqueId.ToString();
|
||||
litGuid.Text = dt.DataType.Id.ToString();
|
||||
Panel1.Text = umbraco.ui.Text("edit") + " datatype: " + dt.Text;
|
||||
insertPrevalueEditor();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user