Support from Acquia helps fund testing for Drupal Acquia logo

Comments

webchick’s picture

+1 for this feature. I was sad that this module isn't a bunch of default views. :(

Frank Ralf’s picture

Status: Active » Postponed (maintainer needs more info)

Hi bomarkmonk,

This sounds like a very good idea. But IMO Workspace should still provide its functionality as a lightweight standalone module even without Views.

More feedback from other users welcome!

tia
Frank

bomarmonk’s picture

Here is a related discussion about views: http://drupal.org/node/243215

Workspace could become a robust views filter with a default view that works like the existing workspace page, then the workspace module itself might require much less maintenance. Views is pretty universal these days, but there might be a Drupal site out there that would use workspace, but not views. I'm not sure how realistic that possibility actually is. Just adding my two cents here, but I'm not a developer myself, so take my suggestion with a grain of salt :)

Frank Ralf’s picture

Thanks for the feedback! Actually I have a Drupal site out there with no Views (yet). It's a primary school website and I want to keep it as simple as possible for to keep it manageable even for not so tech savvy teachers. But I will keep your suggestion on the list.

However, IMO the scope of the Workspace module should be kept restricted to the user's own content. Extending it to other user's content as suggested in #243215: Filter Content to what the Current User can Edit is already handled by modules like http://drupal.org/project/workflow

Cheers,
Frank

jvandyk’s picture

FileSize
5.96 KB

Here's a workspace-style view replicated in Views. What it does not do is

- have the Content and Attachment tabs (you could do this with an additional Attachment view and the menu tab settings in views)
- have the "Add new item" header; I imagine you could do this with a very creative views header
- have the Operations column (you could probably do this with http://drupal.org/project/views_bulk_operations )
- have the menu item for "My workspace"; it uses http://example.com/content/2 for user 2's content via views arguments

bomarmonk’s picture

Fantastic; I'll have to test this out!

Frank Ralf’s picture

Status: Postponed (maintainer needs more info) » Needs review

Just changing status to indicate the current state of the affair ;-)

phenaproxima’s picture

Project: Workspace » Multiversion
Version: 6.x-1.x-dev » 8.x-1.x-dev
Issue summary: View changes
FileSize
603 bytes

Arise, Lazarus!

This patch should expose Multiversion's Workspace entity type to Views generically. This probably could use some tests, but it's a start.

phenaproxima’s picture

Status: Needs review » Needs work

The last submitted patch, 9: 278906-9.patch, failed testing.

The last submitted patch, 9: 278906-9.patch, failed testing.

The last submitted patch, 9: 278906-9.patch, failed testing.

phenaproxima’s picture

josephdpurcell’s picture

Status: Needs review » Reviewed & tested by the community

I was able to validate that you can create a view of Workspace entities. I agree with the test as well--since it's using EntityViewsData and there are already tests for that, just testing it shows up should be a good proxy for checking all functionality provided by it works.

Setting to RTBC.

  • jeqq committed 91abb08 on 8.x-1.x authored by phenaproxima
    Issue #278906 by phenaproxima, jvandyk, bomarmonk, Frank Ralf,...
  • jeqq committed ae4fa1e on 8.x-1.x authored by phenaproxima
    Issue #278906 by phenaproxima, jvandyk, bomarmonk, Frank Ralf,...
jeqq’s picture

Status: Reviewed & tested by the community » Closed (fixed)
jeqq’s picture

Thank you!