Closed (fixed)
Project:
Workspace
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2018 at 11:41 UTC
Updated:
14 Feb 2018 at 15:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
timmillwoodChecking workspaces are published.
Comment #4
jeqq commentedArchived workspaces have also to be removed from the list of target workspaces on workspace form.
Comment #5
timmillwoodDeleting workspace pointer entities when the workspace is archived.
Comment #7
jeqq commentedIs there a reason we don't use the injected service here?
Comment #8
jeqq commented::setWorkspace() should get as argument the workspace.
Comment #9
timmillwoodOops, I'd put
loadOrCreateWorkspacePointer()in the Workspace entity class at first, before remembering that's in Multiversion not Workspace. 😃Comment #11
jeqq commentedSet the correct type for the text displayed on Changes page when the upstream is not set.
Comment #12
jeqq commentedComment #14
jeqq commentedReturn 404 when the source workspace is null or it has been archived.
Comment #16
timmillwoodAdding extra test.
Comment #18
jeqq commentedlooks good!
Comment #20
timmillwoodPushed.