Update: Plugin Functionality Extended
Additional plugin extensions and functionality.
This commit is contained in:
@@ -22,7 +22,6 @@ namespace Disco.Services.Plugins
|
||||
// Nothing in Base Class
|
||||
}
|
||||
|
||||
|
||||
#region Action Results
|
||||
|
||||
#region Compiled View
|
||||
@@ -139,6 +138,11 @@ namespace Disco.Services.Plugins
|
||||
|
||||
return new RedirectResult(url, true);
|
||||
}
|
||||
public ActionResult RedirectToPluginConfiguration()
|
||||
{
|
||||
var routeValues = new RouteValueDictionary(new { PluginId = this.Manifest.Id });
|
||||
return new RedirectToRouteResult("Config_Plugins_Configure", routeValues);
|
||||
}
|
||||
public ActionResult RedirectToPluginAction(string PluginAction)
|
||||
{
|
||||
if (string.IsNullOrEmpty(PluginAction))
|
||||
|
||||
Reference in New Issue
Block a user