db6cc87c9073774ff37788bb5ae368d8bca9b0f4
After a v11->v14 upgrade, non-admin editors often can't edit content (no edit icons) and/or the Media tab is missing, even though the group has "edit content" and tables_modify includes tt_content. The upgrade wizards do not convert the backend group access-lists. Document the fix for all three facets on be_groups: 1. explicit_allowdeny: v<=11 ":ALLOW"-suffix format vs v12+ exact inList match (no suffix) — REPLACE strips it; blocks ALL editing. 2. CType allow-list missing renamed v14 names (wst3bootstrap_* -> t3bs_*, ws_slider, heroitem, news_*, address_*). 3. non_exclude_fields missing v14 fields -> hidden Media tab (e.g. hero tx_heroitem_bg*). Includes the read-only recordEditAccessInternals/check/doesUserHaveAccess CLI diagnosis and the db_mountpoints red-herring note. Bump to v1.1; extend description + when-to-use for the symptom. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Description
No description provided
Languages
Markdown
100%