Added the DefaultTopPackage checkbox to the space page.
This commit is contained in:
parent
a810e3c78b
commit
cf079b2d11
11 changed files with 266 additions and 173 deletions
|
@ -262,6 +262,11 @@ namespace WebsitePanel.EnterpriseServer
|
|||
return PackageController.UpdatePackageSettings(settings);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public bool SetDefaultTopPackage(int userId, int packageId) {
|
||||
return PackageController.SetDefaultTopPackage(userId, packageId);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Package Add-ons
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue