Skip to content

Releases: alterphp/EasyAdminExtensionBundle

v1.3.0

30 Sep 22:36
afa2f42
Compare
Choose a tag to compare

Adds list form filters

v1.2.10

04 Sep 14:07
Compare
Choose a tag to compare

v1.2.9

29 Aug 13:52
Compare
Choose a tag to compare

EmbeddedLists handles ManyToMany relations (@rimi-itk)

v1.2.8

25 Aug 11:45
Compare
Choose a tag to compare
  • Clean dependency map (allows pagerfanta 2.x)
  • Default confirmation modal message if defined to null

v1.2.7

19 Jul 10:25
Compare
Choose a tag to compare
  • HU translations
  • Confirmation modal
  • Authorization checker sends subject when available

v1.2.5

01 Jun 14:53
Compare
Choose a tag to compare

Brings following updates :

  • Autocomplete action requires list access permission
  • Fix embedded lists in NEW view
  • New show_vertical template

v1.2.4

02 Apr 22:43
Compare
Choose a tag to compare
  • Allows to config embedded_list per instance (add sort: [field, direction] in the form options)
  • PHP-CS-Fixer as dev dependency
  • PHPStan as dev dependency + level 6 compliance
  • Guesser for embedded lists

v1.2.3

31 Mar 14:01
Compare
Choose a tag to compare

Adds a new config option under easy_admin_extension to control the display of the "Open in a new tab link" in the embedded lists (embedded_list.open_new_tab option). This might be configured by entity as well (embeddedList.open_new_tab config option). Resolve #22

v1.2.2

26 Feb 14:28
Compare
Choose a tag to compare
  • Init toggles at embedded_list reload (change page, sort)
  • Adds a Twig block for "Open in a new tab" embedded lists link

Acces Control based on user roles

30 Jan 19:31
Compare
Choose a tag to compare
  • Add models for admin users and groups
  • Form types and helpers for roles (mostly based on SonataUserBundle)
  • Acces denied menu items pruned
  • Define a minimal required role to access to whole admin controller (EasyAdmin scope only)
  • Define a role prefix per entity, and/or define a required role per entity action
  • Access denied action buttons/links are hidden