On Thu, Jul 13, 2017 at 8:15 PM, Craig Russell <[email protected]> wrote: > >> On Jul 13, 2017, at 4:28 PM, Sam Ruby <[email protected]> wrote: >> >> On Thu, Jul 13, 2017 at 6:15 PM, Craig Russell <[email protected]> wrote: >>> Hi, >>> >>> There is a function defined in adjournment that should send the >>> "Congratulations" message to new pmc chairs. >>> >>> What do we (rubys?) need to do to actually send the mail? >>> >>> It should go only to chairs where the "establish pmc" box is ticked. >> >> I've added a button to call that method: >> >> https://github.com/apache/whimsy/commit/3e5639264f69df53cb043d030cfa6b7e81fc8325 >> >> You might need to click that button before adding these individuals to >> LDAP, as (if I remember correctly), adding them to LDAP removes them >> from the list of chairs to be added. >> >> Alternately, perhaps this should be a separate list? The downside to >> a separate list is that you would have to redundantly uncheck >> additions. > > Ideally, the function would be called from the function that adds them to > LDAP. But if that is not possible, I'd prefer a separate list. Unticking > additions is not a problem.
I've moved the logic there: https://github.com/apache/whimsy/commit/bb9f23f9661ae2a1e15ec1578575d6fbb974f170 Note: there is no launch of an email client, the mail is sent directly from the server. > Craig - Sam Ruby >>> Thanks, >>> >>> Craig >>> >>> Craig L Russell >>> Secretary, Apache Software Foundation >>> [email protected] http://db.apache.org/jdo >> >> - Sam Ruby > > Craig L Russell > Architect > [email protected] > P.S. A good JDO? O, Gasp! > > > > >
