Skip to content
Snippets Groups Projects
Commit e2b42173 authored by pkupczyk's avatar pkupczyk
Browse files

SP-362 / BIS-246: Show metaproject tags in Web GUI and allow editing them when...

SP-362 / BIS-246: Show metaproject tags in Web GUI and allow editing them when editing an entity - fix metaproject chooser grid filtering

SVN: 27471
parent 3010be39
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,7 @@ public class MetaprojectGrid extends TypedTableGrid<Metaproject>
AbstractAsyncCallback<TypedTableResultSet<Metaproject>> callback)
{
ListMetaprojectsCriteria criteria = new ListMetaprojectsCriteria();
criteria.copyPagingConfig(resultSetConfig);
viewContext.getService().listMetaprojects(criteria, callback);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment