File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 105105import org .labkey .api .notification .NotificationMenuView ;
106106import org .labkey .api .portal .ProjectUrls ;
107107import org .labkey .api .premium .AntiVirusProviderRegistry ;
108+ import org .labkey .api .products .Product ;
108109import org .labkey .api .products .ProductRegistry ;
109110import org .labkey .api .qc .DataStateManager ;
110111import org .labkey .api .query .DefaultSchema ;
@@ -1398,6 +1399,7 @@ public JSONObject getPageContextJson(ContainerUser context)
13981399 JSONObject json = new JSONObject (getDefaultPageContextJson (context .getContainer ()));
13991400 json .put ("productFeatures" , ProductRegistry .getProductFeatureSet ());
14001401 json .put ("primaryApplicationId" , ProductRegistry .get ().getPrimaryApplicationId (context .getContainer ()));
1402+ json .put ("productKey" , new ProductConfiguration ().getCurrentProductKey ());
14011403 return json ;
14021404 }
14031405
You can’t perform that action at this time.
0 commit comments