Problem/Motivation

It would be useful to have a mechanism whereby anonymous users can access workspaces.

For example, an organisation might be preparing a large set of content changes, and need users without a Drupal login to be able to preview those changes.

This could be similar to the functionality for nodes offered by the Public Preview module, where hashed URLs can be shared, allowing access to the workspace(s).

Steps to reproduce

Proposed resolution

Remaining tasks

1. Decide whether this belongs in core or contrib.
2. Build it.

User interface changes

API changes

Data model changes

Release notes snippet

Comments

malcomio created an issue. See original summary.

amateescu’s picture

Project: Drupal core » Workspaces Extra
Version: 11.x-dev » 1.0.x-dev
Component: workspaces.module » Code
Status: Active » Fixed

Funnily enough, I just implemented this functionality in the "wse_preview" submodule of Workspaces Extra. I don't think it's core material, so I'm going to move this issue over there.

For posterity, it was implemented in these commits: https://git.drupalcode.org/project/wse/-/compare/7f543447...d3f44f56?fro...

amateescu’s picture

Component: Code » Workspace Preview

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

malcomio’s picture

Thanks - workspace preview seems to do exactly what I was asking for here.