dickinson-comp190 / GitKit-FarmData2-Sp23

Other
0 stars 26 forks source link

Barn Kit Sub-Tab Ordering #102

Open braughtg opened 1 year ago

braughtg commented 1 year 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

braughtg commented 1 year 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