All document are returned when a user opens personal version of the document
Closed this issue · 2 comments
karensg commented
All document are returned when a user opens personal version of the document
bouke-nederstigt commented
Fixed by $summary = $this->Summary->find('all', array('conditions' => array('Summary.user_id' => $user['id'], 'Sentence.document_id' => $this->Document->id)));
right?
karensg commented
Yes, fixed