Skip to content

Commit

Permalink
Hide display order
Browse files Browse the repository at this point in the history
  • Loading branch information
SeriaWei committed Nov 16, 2024
1 parent 8e6b1dd commit 07fb752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ZKEACMS/Product/Models/ProductCategory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ protected override void ViewConfigure()
{
ViewConfig(m => m.ID).AsHidden();
ViewConfig(m => m.ParentID).AsHidden();
ViewConfig(m => m.DisplayOrder).AsHidden();
ViewConfig(m => m.Title).AsTextBox().Order(1).MaxLength(200).Required();
ViewConfig(m => m.Url).AsTextBox().Order(2).MaxLength(100).UrlPart().RandomText().Required();
ViewConfig(m => m.Status).AsDropDownList().DataSource(DicKeys.RecordStatus, SourceType.Dictionary);
Expand Down

0 comments on commit 07fb752

Please sign in to comment.