How can I know if its the edit or creation form in a Closure ?
Hi, I want to modify the columnSpan() of a form input based on the current action, because I have a hidden field in the edit form of a ressource which let a empty space in the form. How can I get this information into a Closure ?
Help would be really appreciate π
2 Replies
you can use context:
Ok thanks, I found $operator and it does the job π