Browse Source

Use compiling DynamicEntityUI sample

pull/25784/head
SALİH ÖZKARA 2 months ago
parent
commit
601013f5e4
  1. 2
      docs/en/Community-Articles/2026-07-07-building-a-vendor-onboarding-workflow-with-abp-low-code/post.md

2
docs/en/Community-Articles/2026-07-07-building-a-vendor-onboarding-workflow-with-abp-low-code/post.md

@ -59,7 +59,7 @@ public enum VendorReviewTemplateType
}
[DynamicEntity(DefaultDisplayPropertyName = nameof(Name))]
[DynamicEntityUI(PageTitle = "Vendor Review Templates")]
[DynamicEntityUI(DisplayName = "Vendor Review Templates")]
public class VendorReviewTemplate : DynamicEntityBase
{
[Required]

Loading…
Cancel
Save