Un-publishing a compete task node doesn't prevent it to show up in the complete page. Quick fix is to add Node: Published Yes filter to the default display of complete view. About the block it doesn't work: it still shows, for example: Add an article for 16%. See all. ».

Comments

pvhee’s picture

The reason is quite simple. The block is the only "hard-coded" element of the module, i.e. it doesn't rely on views (such that there is no dependency of this module on views). Of course, every node of the task content type with the complete info filled in (rule, number of times to run, etc) will always show up in the complete block this way. If you don't want this appear in the block in the current situation, you need to delete the complete node.

The solution here is to make a views style plugin that can output a completion bar for a set of fields defined with views. Right now, you have the possibility to output the percentage for a single task using a bar. You don't have the option to output the accumulated percentage for a series of tasks using a bar. This way, you could perfectly replicate the completion bar block using views.

pvhee’s picture

I made this into a separate feature request: #578806: Views style plugin for the completion bar.

ademarco’s picture

Ok thanks!

pvhee’s picture

Status: Active » Closed (duplicate)