Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Medium

New issue 1571 by [email protected]: fix subquery in Navimanagement to use deleted and orderby fields.
http://code.google.com/p/openmeetings/issues/detail?id=1571

// CriteriaBuilder crit = em.getCriteriaBuilder();
Query query = em.createQuery("select c from Naviglobal as c " + "where c.level_id <= :level_id AND " + "c.deleted LIKE 'false' " + "order by c.naviorder");


=> does not check if navimain.deleted LIKE 'false'

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to