Update: Additional UI Extension Hooks
This commit is contained in:
@@ -6,6 +6,8 @@ using System.Web.Mvc;
|
||||
using Disco.BI;
|
||||
using Disco.Data.Repository;
|
||||
using Disco.Models.Repository;
|
||||
using Disco.Services.Plugins.Features.UIExtension;
|
||||
using Disco.Models.UI.Search;
|
||||
|
||||
namespace Disco.Web.Controllers
|
||||
{
|
||||
@@ -141,6 +143,9 @@ namespace Disco.Web.Controllers
|
||||
}
|
||||
}
|
||||
|
||||
// UI Extensions
|
||||
UIExtensions.ExecuteExtensions<SearchQueryModel>(this.ControllerContext, m);
|
||||
|
||||
return View(m);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user