Skip to content

Add configurable Public Workspace display name - #1148

Merged
Paul Lizer (paullizer) merged 2 commits into
Developmentfrom
paullizer-configurable-public-workspace-name
Aug 4, 2026
Merged

Add configurable Public Workspace display name#1148
Paul Lizer (paullizer) merged 2 commits into
Developmentfrom
paullizer-configurable-public-workspace-name

Conversation

@paullizer

Copy link
Copy Markdown
Collaborator

Summary

  • Add a 32-character Admin Settings field for the end-user Public Workspace display name.
  • Use sanitized label context across end-user navigation, Profile, Public Directory, Public Workspace pages, chat scope labels, and related browser messages.
  • Keep admin/internal terminology, APIs, routes, roles, storage fields, and identifiers as Public Workspace/public_workspace.
  • Add feature documentation, release notes, and regression coverage.

Fixes #1146

Validation

  • python functional_tests\test_public_workspace_display_name_settings.py
  • python -m py_compile application\single_app\functions_settings.py application\single_app\route_frontend_admin_settings.py functional_tests\test_public_workspace_display_name_settings.py ui_tests\test_public_workspace_display_name_ui.py
  • node --check for changed JavaScript files
  • python -m pytest ui_tests\test_public_workspace_display_name_ui.py -q (skips without UI env/storage state)
  • git diff --check

Paul Lizer (paullizer) and others added 2 commits August 4, 2026 10:26
Allow admins to configure an end-user display label for Public Workspace while preserving admin and internal terminology.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Render configurable Public Workspace labels with textContent-backed DOM helpers instead of dynamic jQuery HTML sinks.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@paullizer
Paul Lizer (paullizer) merged commit 791e052 into Development Aug 4, 2026
12 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.

1 participant