Michael Stenta

Results 84 issues of Michael Stenta

This idea has been bouncing around for a while, finally making a feature request for it: > One thing I’ve been thinking about is an “asset timeline” visualization that can...

enhancement

This was requested in a forum discussion: https://farmos.discourse.group/t/feedback-after-my-first-2-months-questions-and-suggestions/208 > When looking at an area, you can see when previous assets arrived, but can’t easily see when they left. When I...

enhancement

Early on in the development of farmOS, the "Crop/variety" term reference field was added to the "Planting" asset type. The thought being: the crop/variety of a planting is a "static"...

This was requested in a forum discussion: https://farmos.discourse.group/t/feedback-after-my-first-2-months-questions-and-suggestions/208 > I briefly mentioned in another post adding categories/assets/locations in bulk to multiple logs at once. I initially wanted this for when...

This came up in a forum discussion: https://farmos.discourse.group/t/feedback-after-my-first-2-months-questions-and-suggestions/208 > Having the ability to flag seems like a nice idea, but there is not a great way that I can find...

Probably a follow-up to the improvements that were made in https://github.com/mglaman/phpstan-drupal/pull/454... The following code is resulting in PHPStan error: "Missing explicit access check on entity query." ``` $query = $this->entityTypeManager->getStorage($entity_type)->getAggregateQuery()...

As identified in https://github.com/farmOS/farmOS/pull/569/#issuecomment-1253635123, a number of the exposed filters provided with default Views configuration in farmOS can lead to duplicate rows in query results. @paul121 identified that the `reduce_duplicates`...

The (potential) need for this came up in the related issue https://github.com/farmOS/farmOS/issues/541. Needs testing and steps to reproduce...

bug

I'd like to trigger a callback function to run when a popup is displayed using `on('popup')` (or something equivalent). Is this currently possible? Or would it be a new feature...