close fullscreen

Support Ticket

what's on the config subtab?+status
closed
help edit space_dashboard
what's on the config subtab?+tag
Documentation
help edit space_dashboard
 

what's on the config subtab?+issues

help edit space_dashboard

I was just editing:

Related tab
more_horiz
open_in_full page
fullscreen modal
edit create
space_dashboard advanced

 

...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?

 

help edit space_dashboard

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.

 

help edit space_dashboard

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