LyraAdminBundle
LyraAdminBundle copied to clipboard
Symfony2 admin bundle. Provides an easily configurable backend area, powered by jQuery and jQuery UI widgets, to create, edit, delete, show, search Doctrine objects.
Is LyraAdminBundle still developed?
Hello. In my invitation class, I have a relation oneToOne to user. (if someone register using the invitation token). But, even if I'm puting user in the list of field...
Hello. It's something small, but in Grid/column.php in function getValue(), I got a notice error because $value was not initialized. It blocked everything to display. ``` public function getValue($object) {...
Classic example is Post one-to-many Comment, or Product one-to-many ProductOption. I am in the Post list panel, I select a post to edit, and I go to the edit post...
Is it possible to restrict based on roles: who can see which columns/fields? who can perform which actions? who can see which entity screens?
hi 1.how to add dropdown list widget to form 2.how to fiter grid using combo box( dropdown list) 3.how to filter grid using special value( which field does not showed...