Daniel Gato

Results 8 issues of Daniel Gato

## Expected behavior Access my to my objects through `Venus.all` ## Actual behavior Getting an error `NameError - uninitialized constant Forest::VenuesController::Venue:` ## Context I create a smart action in my...

help wanted

## Actual behavior The default **user count per day** widget doesn't work when you set a default_timezone. ```console Groupdate::Error (ActiveRecord::Base.default_timezone must be :utc to use Groupdate): ``` If you can't...

While using smart actions (again) I'm trying to do something that seems could be integrated to forest and maybe even useful for other users as well. I'm trying to do...

I don't know if this is normal behaviour, but if it is, maybe you should specify it on the doc. When you have a in your smart action and you...

✨ enhancement

I would like to have conditional editing on the fields in the dashboard. I think this is something missing and I've multiple cases where it becomes difficult to use the...

⭐️ feature

I'm trying to figure out from your documentation how I could use a field value in Smart Action field? I tried ``` action 'get gapi data', fields: [{ field: 'query',...

⭐️ feature

Hello, I would like to concatenate multiple links into a smart field: ``` class Forest::Venue include ForestLiana::Collection collection :venues field :urls, type: 'String' do "FBTW" end end ``` - Any...

bug
✨ enhancement
help wanted