Fede Isas

Results 29 comments of Fede Isas

Yeah, I tried every option. Now it's working when I push this commands: ``` $ rm -rf public/builds/* $ rm app/storage/meta/collections.json $ php artisan basset --delete-manifest $ php artisan basset:build...

@davidpersson I'm going to reference this here: https://github.com/UnionOfRAD/lithium/issues/1257

Sorry, I've forgotten to commit my `src/` folder.

Hey @NikolaySav! Thanks for replying. This works only when showing the edit form. But when saving (POST), `$this` is not filled yet, so I can't have required fields.

When displaying the edit form, on`fields(Request $request)` method you can do `if ($this->organization)`. When submitting form, on`fields(Request $request)` method you can't do `if ($this->organization)` becase the resource is not filled...

@arikfr I see [the PR](https://github.com/getredash/redash/pull/5295#issue-531769857) is still open. Any interest on a rebase / new PR? I could really use this feature. Thanks.

I'm getting the same error when I try to fetch recommendations :-(

@breart, maybe @Weegy can expand on this, but I think if you don't set a `validUntil` attribute on your SP metadata, the IdP controls the refresh with their own policy...

@philperusse I just updated my comment. My idea is something like this: ![image](https://user-images.githubusercontent.com/251675/54875104-e44b7000-4dd6-11e9-8b6e-92c7709e0aff.png)

Perhaps we could add a `blacklist`, and filter right after the `filter_by_previous_actions`.