Rafael Milewski

Results 91 comments of Rafael Milewski

whats the endpoint nova is trying to hit that throws that error `Method Whitecube\NovaFlexibleContent\Flexible::resolveConditionalContainer does not exist.` ?

Oh I see when you use the nova-tabs the "flexible" content is not found, so the macros are not added to it, that's why it crashes, I think it might...

Ah ok let me add

That was a mistake, I didn't know macros wouldnt run in static context, I have removed it and pushed again

Is there any error, any hint you can provide that could help debug this issue?

Can you try rollback 1 version and see if it works? [v1.4.2](https://github.com/dcasia/conditional-container/releases/tag/v1.4.2)

All fields within a conditional container get removed if the `if()` condition doesn't match, that how this package works, in order to make this work with froala perhaps we need...

@pedzed Laravel's built-in is different from entrust.. it`s not checking if user has role X .. it's mostly permissions not role... i mixed both by on the policy class calling...