3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
farmOS is a web-based application for farm management, planning, and record keeping. It is developed by a community of volunteers and aims to provide a standard platform for farmers, developers, and researchers to build upon
Find a file
Michael Stenta 08c50d7fde Fix TypeError: Argument 1 passed to Drupal\Core\Entity\EntityStorageBase::loadMultiple() must be of the type array or null, string given.
This error occurs if ?asset=X is used instead of ?asset[]=X.
We can take a more defensive approach by automatically
wrapping the input in an array if it isn't already one.
2021-09-06 11:00:51 -04:00
.github/workflows Run tests in www service instead of test-runner. 2021-09-02 14:44:26 -04:00
.tugboat Create test users with manager, worker and viewer roles. 2021-04-19 13:06:40 -04:00
docker Remove test-runner service. 2021-09-02 14:44:51 -04:00
docs Add API documentation for uploading files. 2021-07-13 16:43:17 -04:00
modules Fix TypeError: Argument 1 passed to Drupal\Core\Entity\EntityStorageBase::loadMultiple() must be of the type array or null, string given. 2021-09-06 11:00:51 -04:00
src/Form Remove the need for "disabled" modules in FarmModulesForm. 2021-08-23 10:41:50 -04:00
.gitattributes Classify *.install, *.inc, *.module, and *.profile files as PHP for linguist. 2020-10-07 11:54:49 -04:00
.gitignore Add instructions about how to update documentation to documentation 2020-11-12 20:14:57 -05:00
composer.json Always prefer "dist" install of farmOS-map. 2021-09-01 22:20:31 -04:00
farm.info.yml Install Gin via farm_ui_theme_install() instead of config/install. 2021-09-06 11:00:51 -04:00
farm.install Restrict new user registration via hook_install() instead of config/install. 2021-09-06 11:00:51 -04:00
farm.profile Move farm_kml_import module to farm_import_kml. 2021-09-01 15:27:02 -04:00
mkdocs.yml Document Data Streams in the data model docs. 2021-04-01 11:22:28 -04:00