Changeset 7834 for trunk/www/views/itemlists/index.jsp
- Timestamp:
- Jun 26, 2020, 12:51:46 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/views/itemlists/index.jsp
r7813 r7834 316 316 // else -- no modifications to the query mean that we only get the current page 317 317 318 if (!useSyncFilter) list.add(query .iterate(dc));318 if (!useSyncFilter) list.add(query); 319 319 } 320 320 … … 588 588 // else -- no modifications to the query mean that we only get the current page 589 589 590 int count = list.add(query .iterate(dc));590 int count = list.add(query); 591 591 dc.commit(); 592 592 message = count + " members added to list";
Note: See TracChangeset
for help on using the changeset viewer.