Closed (fixed)
Project:
Drupal core
Version:
10.1.x-dev
Component:
workspaces.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2021 at 01:33 UTC
Updated:
24 Jan 2023 at 04:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
s_leu commentedHere's a patch that applies to both, 9.3.x and 8.9.x and adds a basic views data handler to the workspace entity annotation.
Comment #3
amateescu commentedLooks good to me!
Comment #4
alexpottI was pondering about test coverage. Obviously we missed this from our initial creation of the entity. I think it would be great to ensure that that workspace views at least are available so that we can be sure that we don't remove this in the future erroneously. The test does not need to do much beyond proving that you can make a view on a workspace as the base entity views data class is well tested already.
Comment #8
amateescu commentedAdded a quick test :)
Comment #10
longwaveCommitted and pushed 14496b9f6a to 10.1.x. Thanks!
Comment #12
amateescu commentedThanks, @longwave! This can most likely be backported all the way back to 9.5.x or even 9.4.x, right?
Comment #13
longwaveWell it's a feature and so should technically only go into 10.1.x now we are in release candidate phase, but also I don't see the harm in backporting; leaving open for other committers' opinions.
Comment #14
quietone commentedI think the window of opportunity for backport has passed here. Changing the status to fixed.