Closed (won't fix)
Project:
Subuser
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2011 at 03:16 UTC
Updated:
18 Mar 2014 at 19:17 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
marcusx commentedPatch applied and the view is working correct now.
Don't forget to apply also the save_relation fix or no relation will be created. #1208314: Relation is never saved
Comment #2
roderik2 notes:
1.) The above works fine with Relation 7.x-1.0-beta3 - but not with the latest -dev version. Be warned.
(I haven't checked which commit broke things, but seeing the description, it's probably http://drupalcode.org/project/relation.git/commit/e8e00ad from yesterday. Maybe boombatower can ask solotandem what needs changing ;) )
2.) I am able to execute VBO operations for which the user does not even have permissions! (For instance, I can add any role to my subusers, using the VBO stuff.)
That's got nothing to do with the subuser module per se... I've seen it happen on another one of my sites as well. I'm just warning people.
(It's probably VBO which is still in alpha state.)
So for now, I just deleted the VBO operations field from the view on my live site. I'm not going to test this any further at the moment. I'd love to hear from someone, if they also/do not see this behavior and are able to do actions 'beyond their privileges'.
Comment #3
roderikchanging title to reflect why I changed status.
Comment #4
marcusx commented@roderik: What do you mean with
Maybe it is working again, with the latest version from today. What problems will I need to look out for?
Comment #5
roderikThe view 'just doesn't work'. I don't remember how the behavior broke / what the error was, sorry.
If you upgrade relation and user/%/subuser is giving a normal page back... you're good :)
Comment #6
eRmigue commentedI have this problem when I try to install patch:
Can you give me any suggestion, please?
Comment #7
boombatower commentedIt worked with the versions it was released with, therefore this is a task to update. For now I updated the view definition and removed vbo. I think we should try and add back in a submodule, but no need to make it a requirement.
Comment #8
7wonders commentedHere is a further improved view on the latest dev version.
It relies on the patch here first:
http://drupal.org/node/1213566#comment-6364702
Comment #9
sokrplare commentedConfirming the patch in #8 is working beautifully for me (also using #1213566-7: Add View/Edit/Delete Functionality).
Comment #10
mattheweigand commentedI applied http://drupal.org/node/1213566#comment-6364702 and then tried to apply #8, but 4 out of 4 chunks were rejected. What am I doing wrong?
Comment #11
lauriiiWe dont use Views anymore.