Changeset 3592 for trunk/www/common/plugin/index.jsp
- Timestamp:
- Jul 23, 2007, 2:57:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/common/plugin/index.jsp
r3574 r3592 129 129 GuiContext context = new GuiContext(itemType, contextType, subContext); 130 130 Plugin.MainType mainType = Plugin.MainType.valueOf(request.getParameter("main_type")); 131 132 ItemQuery<PluginDefinition> pluginQuery = PluginDefinition.getQuery(context, null); 131 String pluginType = request.getParameter("plugin_type"); 132 133 ItemQuery<PluginDefinition> pluginQuery = PluginDefinition.getQuery(context, pluginType); 133 134 pluginQuery.restrict( 134 135 Restrictions.eq(
Note: See TracChangeset
for help on using the changeset viewer.