added system info admin page/module, improved UI for framework, module, and theme install/upgrade, added version to ModuleDefinitions, fixed bug in logging logic introduced during code standardization
This commit is contained in:
@ -27,6 +27,7 @@ namespace Oqtane.Models
|
||||
public string Name { get; set; }
|
||||
public string Description { get; set; }
|
||||
public string Categories { get; set; }
|
||||
public string Version { get; set; }
|
||||
|
||||
public string CreatedBy { get; set; }
|
||||
public DateTime CreatedOn { get; set; }
|
||||
@ -36,8 +37,6 @@ namespace Oqtane.Models
|
||||
[NotMapped]
|
||||
public int SiteId { get; set; }
|
||||
[NotMapped]
|
||||
public string Version { get; set; }
|
||||
[NotMapped]
|
||||
public string Owner { get; set; }
|
||||
[NotMapped]
|
||||
public string Url { get; set; }
|
||||
|
Reference in New Issue
Block a user