When I upgraded frfom 1.4 to 1,5, I had to update the groups section
in the email publisher from
             <groups>
                 <group name="developers" notification="change"/>
                 <group name="buildmaster" notification="change"/>
             </groups>

to

             <groups>
               <group name="developers">
                 <notifications>
                   <notificationType>Change</notificationType>
                 </notifications>
               </group>
               <group name="buildmaster">
                 <notifications>
                   <notificationType>Change</notificationType>
                 </notifications>
               </group>
             </groups>

Brian

On Jul 2, 11:23 am, PilotBob <[email protected]> wrote:
> Hello...
>
> Can someone give me more info about what exactly has changed here?
> This:
>
> The email publisher config is NOT compatible with 1.4.4 if you used
> the group element
>
> Doesn't really tell me... and looking at the docs I am unsure. It
> would be nice if and example of a 1.4.4 config and how to change it
> would be nice.
>
> It looks to me like I have to change:
>
>        <groups>
>            <group name="buildmaster" notification="Always" />
>            <group name="dev" notification="Always" />
>            <group name="qa" notification="Always" />
>         </groups>
>
> to
>
>        <groups>
>            <group name="buildmaster" notifications="Always" />
>            <group name="dev" notifications="Always" />
>            <group name="qa" notifications="Always" />
>         </groups>
>
> Is that correct or is there something more?
>
> Thanks,
> BOb

Reply via email to