Skip to content

Refactor row count check for formatted CP Table rows to avoid collision - #5311

Merged
TomJaeger merged 1 commit into
ExpressionEngine:7.devfrom
nep:patch-5
Jun 23, 2026
Merged

TomJaeger merged 1 commit into
ExpressionEngine:7.devfrom
nep:patch-5

Conversation

@nep

@nep nep commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

Issue: exp_file_manager_views has a columns field, and the CP Table library treats any row with a columns key as its internal format — count() then fails on the string rather than the expected format. Applying a fix to only use that format on the proper type of columns.

Verify it here:
system.php?/cp/utilities/query/run-query/exp_file_manager_views&thequery=U0VMRUNUICogRlJPTSBleHBfZmlsZV9tYW5hZ2VyX3ZpZXdz

No documentation changes needed

…collision

Issue: exp_file_manager_views has a columns field, and the CP Table library treats any row with a columns key as its internal format — count() then fails on the string rather than the expected format. Applying a fix to only use that format on the proper type of `columns`.
@bryannielsen bryannielsen added this to the 7.5.25 milestone Jun 22, 2026
@TomJaeger
TomJaeger merged commit f3741ea into ExpressionEngine:7.dev Jun 23, 2026
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants