Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add symfony expression in exclusions/expositions #406

Closed
nicodmf opened this issue Mar 1, 2015 · 2 comments
Closed

Add symfony expression in exclusions/expositions #406

nicodmf opened this issue Mar 1, 2015 · 2 comments

Comments

@nicodmf
Copy link

nicodmf commented Mar 1, 2015

I'm not sure this isn't implemented yet, but i see many use case, specially which control the parent group when depth is more than one.

By example :

@ExposeIf(group == 'list' and depth <= 2)

or

@ExposeIf(group in {'list'} and depth <= 2 and 'User' not in parents() )
@goetas
Copy link
Collaborator

goetas commented Mar 13, 2017

implemented with #673

@goetas goetas closed this as completed Mar 13, 2017
@nicodmf
Copy link
Author

nicodmf commented Mar 24, 2017

Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants