Thread: Action groups?
View Single Post
I normally have projects show remaining, contexts show available, and when I look at my little test project, the results make sense.

Test action
Test action group
-- An action
-- Another action

With remaining/available, I see:

project view:
4 remaining
drilled in:
Test action
Test action group (styled as not available)
all actions:
Test action
An action (not available)
Another action (not available)

With available/available, I see:

project view:
1 available
drilled in:
Test action
all actions:
(option not provided)

If I switch both project and action group to parallel, I get:

rem/ava:

project view:
4 remaining
drilled in:
Test action
Test action group (styled as not available)
all actions:
Test action
An action
Another action (all available)

ava/ava:
project view:
3 available
drilled in:
Test action
all actions:
(again, option not provided)

Remember, an action group isn't available until all of its actions are complete, so if you are showing Available only, an action group won't appear if it has any incomplete actions. Does that clear it up for you?