Web Console integration
This commit is contained in:
parent
d933862a05
commit
440af2bf77
25 changed files with 2260 additions and 409 deletions
|
@ -79,6 +79,14 @@ namespace WebsitePanel.EnterpriseServer
|
|||
return WebAppGalleryController.GetGalleryApplications(packageId, categoryId);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public GalleryApplicationsResult GetInstaledApplications(int packageId, string categoryId)
|
||||
{
|
||||
WebAppGalleryController.InitFeeds(SecurityContext.User.UserId, packageId);
|
||||
return WebAppGalleryController.GetGalleryApplications(packageId, categoryId);
|
||||
}
|
||||
|
||||
|
||||
[WebMethod]
|
||||
public GalleryApplicationsResult GetGalleryApplicationsFiltered(int packageId, string pattern)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue