M-Files / VAF.Extensions.Community

Community-built .NET extension methods for use with the M-Files Vault Application Framework.
MIT License
25 stars 20 forks source link

Added order property and Ordered by it #104

Closed SoftAdviceJR closed 1 year ago

SoftAdviceJR commented 1 year ago

Possible fix for #102. Added a property "Order" to ShowOnDashboardAttribute and DashbardQueueAndTaskDetails and ordered by them instead of returning in "random" order. Removed the yield return statements and switched to "normal" return statements. Default Order set to 100.