dickinson-comp190 / GitKit-FarmData2-S24

Other
0 stars 17 forks source link

Barn Kit Sub-Tab Ordering #52

Open wpgoble opened 8 months ago

wpgoble commented 8 months ago

The "Info" subtab on the Barn Kit tab should appear on the left. The Seeding Report sub-tab should appear to the right. This ordering is controlled by the weights assigned in the farmdata2_modules/fd2_tabs/fd2_barn_kit.module file.


Issue by braughtg Wednesday Sep 22, 2021 at 12:19 GMT Originally opened as https://github.com/DickinsonCollege/FarmData2/issues/283

wpgoble commented 8 months ago

When changes are made to the .module files, it is necessary to clear the Drupal cache for the results to be seen in the running application. The command to do that is:

docker exec -it fd2_farmdata2 drush cc all


Comment by braughtg Friday Feb 25, 2022 at 15:57 GMT