tripal / tripal_galaxy

This module is for integration of Tripal and a remote Galaxy Instance.
https://tripal-galaxy.readthedocs.io/en/latest/
GNU General Public License v2.0
2 stars 4 forks source link

Description fieldset on workflow overview #127

Closed spficklin closed 5 years ago

spficklin commented 5 years ago

The last step of any workflow provides a list of user submitted values. Unfortunately it also includes the 'Description' fieldsets before each step and they are all empty. These should be removed.

image

spficklin commented 5 years ago

I think the best way to do this is just with a form_alter hook and remove the unwanted fieldsets.

spficklin commented 5 years ago

Fixed by making the descriptions appear. This seems like a better fix then removing the description because it reminds the user what the step is for.