Skip to content

[data_release] Fixed issue where version name was displayed as encoded values#10693

Open
lapadulamichael wants to merge 4 commits into
aces:29.0-releasefrom
lapadulamichael:2026_06_19_Fix_versions_displayed_encoded_chars_data_release
Open

[data_release] Fixed issue where version name was displayed as encoded values#10693
lapadulamichael wants to merge 4 commits into
aces:29.0-releasefrom
lapadulamichael:2026_06_19_Fix_versions_displayed_encoded_chars_data_release

Conversation

@lapadulamichael

Copy link
Copy Markdown
Contributor

Brief summary of changes

Modifying data_release to ensure that version text is always shown decoded to the user while keeping it stored as encoded values.
image
image
image

Testing instructions (if applicable)

  1. Try adding a file with a version name containing special characters.
  2. Try selecting it in the dropdown, managing permissions, etc...
  3. Ensure that the version name is always shown decoded.

Link(s) to related issue(s)

  • Resolves 10636 (Reference the issue this fixes, if any.)

@github-actions github-actions Bot added Language: PHP PR or issue that update PHP code Module: data_release PR or issue related to data_release module labels Jun 25, 2026
@lapadulamichael lapadulamichael changed the base branch from main to 29.0-release June 25, 2026 19:35
@lapadulamichael lapadulamichael added 29.0.0 - Bugs Issues found during the release testing for 29.0.0 Priority: Medium labels Jun 25, 2026
@lapadulamichael lapadulamichael force-pushed the 2026_06_19_Fix_versions_displayed_encoded_chars_data_release branch from b42bc25 to b25d5ec Compare June 25, 2026 19:59
@lapadulamichael lapadulamichael force-pushed the 2026_06_19_Fix_versions_displayed_encoded_chars_data_release branch from b25d5ec to 04d615e Compare June 25, 2026 20:07
@lapadulamichael lapadulamichael added the Needs formatting PR requires formatting fixes to meet our coding standards (PHPCS, phan, etc.) label Jun 25, 2026
@lapadulamichael lapadulamichael removed the Needs formatting PR requires formatting fixes to meet our coding standards (PHPCS, phan, etc.) label Jun 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

29.0.0 - Bugs Issues found during the release testing for 29.0.0 Language: PHP PR or issue that update PHP code Module: data_release PR or issue related to data_release module Priority: Medium

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[data_release] Special characters in version name displayed as encoded characters to user

1 participant