07-20-2011, 07:48 PM
(07-08-2011, 09:29 PM)kotikov_a Wrote:(07-06-2011, 07:50 PM)kotikov_a Wrote: Add Document - Assign Reviewers/Approvers (while adding document) -> NO e-mail
Open Document - Change Assignments -> e-mail is sending
It's a little bit annoying. Please help. I try to fix it by myself but i can't.
out.AddDocument -> op.AddDocument
out.UpdateDocument -> op.UpdateDocument
out.SetReviewersApprovers -> op.SetReviewersApprovers
And we need such chains:
out.AddDocument -> op.AddDocument -> op.SetReviewersApprovers
out.UpdateDocument -> op.UpdateDocument -> op.SetReviewersApprovers
I suppose that won't work, because each out.xxx page is followed by an op.xxx page.
This problem should rather be solved by modifying op.AddDocument.php which currently only sends mails to those having registered a notification with the folder. I have to check what it takes to implement this.
Uwe