what's on the config subtab?

Support Ticket

+status
 

I was just editing:

 

...and testing, did not find a way to get anything to show up on config subtab besides a card's watchers. Is there anything else?

 

John Abbe+right does not show right+*content+*form (and we don't need it to, as now that's findable via "right" in the card's footer and then Options...settings).

 

right does not show form or help text (and we don't need it to).

 

ToCs also handled by sets/settings now.

 

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