Skip to content

Commit

Permalink
Fix horizontal overflow on Context Access grid (#16380)
Browse files Browse the repository at this point in the history
Merge remote-tracking branch 'upstream/pr/16383' into 3.x

* upstream/pr/16383:
  Fix vtabs + grid horizontal overflow
  • Loading branch information
Mark-H committed Feb 10, 2024
2 parents c01ca89 + 1413fd7 commit 5f105c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions core/docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
This file shows the changes in recent releases of MODX. The most current release is usually the
development release, and is only shown to give an idea of what's currently in the pipeline.

MODX Revolution 3.0.3-pl (January 17, 2023)
====================================
- Remove deprecated resource fields privateweb, privatemgr, donthit (#16174)
- Fix cache_resource_clear_partial functionality (#16346)
- Fix horizontal overflow on Context Access grid (#16380)
- Grid filtering via URL parameters added to most grids in the manager (#16089, #16369)

MODX Revolution 3.0.3-pl (January 17, 2023)
====================================
- Add new error reporting for grids (#16331)
- Fix Validation Error When Switching TV Types (#16319)
- Fix TypeError exceptions when restoring deleted resources (#16303)
- Permissions Combo Fix (#16273)
- Grid filtering via URL parameters added to most grids in the manager (#16089, #16369)
- Grid filtering via URL parameters -- Usergroup ACL (#16089)
- Fix issues with TV Media Sources upgrading from 2.x (#16338)
- Update legacy Element class references for PropertySets (#16337)
- Ensure modHashing::getHash is limited to modHash instances (#16320)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ MODx.panel.UserGroup = function(config) {
,itemId: 'user-group-context-access'
,hideMode: 'offsets'
,layout: 'form'
,autoWidth: false
,items: [{
html: '<p>'+_('user_group_context_access_msg')+'</p>'
,xtype: 'modx-description'
Expand Down

0 comments on commit 5f105c9

Please sign in to comment.