And remind me why watchers can't be done via Wagneering?


It's only watchers. watchers is there because there is a (very) little bit of logic to differentiate between behavior for cardtypes and other cards:

 

<% if card.type == "Cardtype" %>

People watching "<%= card.name %>" cards

 

Watchers receive email when "<%= card.name %>" cards are changed.

 

<% else %>

People watching "<%= card.name %>"

 

Watchers receive email when cards of this type are changed.

 

<% end %>

  --Ethan McCutchen.....Sat Jan 08 11:08:24 -0800 2011


Thanks. So, rename config subtab to watchers and make watchers codeable.

  --John Abbe.....Sat Jan 08 16:42:41 -0800 2011