3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
farmOS/modules/core/log
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
..
config Create asset_add_log action. 2021-08-30 13:45:32 -04:00
quantity Move default_quantity_type third-party setting and logic to farm_log_quantity. 2021-07-22 17:40:16 -04:00
src Do not limit log assign action user list to managed roles. 2021-08-30 14:35:00 -04:00
tests Make the asset field in test modules a BaseFieldDefinition and allow multiple values. 2021-03-25 08:43:13 -04:00
farm_log.info.yml Move logic to prepopulate the log asset field to the farm_log module. 2021-08-30 13:45:32 -04:00
farm_log.module 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
farm_log.routing.yml Create asset_add_log action. 2021-08-30 13:45:32 -04:00
farm_log.services.yml Initial LogQueryFactory service for generating log entity queries. 2020-12-18 15:50:26 -05:00