Closed (outdated)
Project:
View own
Version:
6.x-1.2-rc1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2008 at 15:17 UTC
Updated:
13 Nov 2018 at 16:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
djuba commentedhi!
first of all, you can uninstall module, rebuild your permissions and all will be ok with your rights. There are no access management module, which influence can't be undone.
second
do you check "access content" permission?
can you provide screenshot with permissions for forum module and node module?
Comment #2
webchuck commentedDjuba,
I noticed in view_own.module, line 33, that permissions are only set for modules of type 'node'. This restriction keeps other modules, like webform and blog, from being displayed. By removing the restriction the module will work for all content types.
Unfortunately, I don't know how to make a patch, so I'll just show the changes I made here:
Original code:
Updated code:
If there's a good reason to restrict this access to types of module "node" please let me know. Otherwise, please update the module so it will work with all content types.
Chuck
Comment #3
AltaVida commentedI agree with #2. I don't understand why this module can't be used with nodes created by blog.module, image.module or others.
Comment #4
pebosi commentedCreated a patch for that, only removes the if statement
regards
Comment #5
farald commentedSubscribing
Hope this gets implemented soon:)
Comment #6
kenorb commentedCommitted.
Comment #8
SageOfCode commentedThank you(!) for fixing this. I just ran into the same bug.
I just have two questions:
1. The fix was committed on: May 27, 2009.
Therefore, it looked like the development snap shot: 6.x-1.x-dev 2009-May-30, has this committed fix. Correct?
2. The current released version is: 6.x-1.1 2008-Sep-04.
Do you know when the nest released version will be?
Thank you in advance.
Comment #9
royerd commentedI've had to use the DEV version in order to get Blog permissions to work correctly. Without dev version and its patch, you can't use the blog content type. Why not create a new release--this seems kind of critical.
Comment #10
mckeen_greg commentedThis is also very important if you have your Content Types moved into Features.
Please ensure this is updated in the new release.
Comment #11
kenorb commentedCreated:
view_own 6.x-1.2-rc1
http://drupal.org/node/1235552
Comment #12
Clint Eagar commentedJust installed 6.x-1.2-rc1 and the if ($type->module == 'node') { still exists.
Comment #13
Clint Eagar commentedChanged status to "needs review"
Comment #14
jksloan2974 commentedDoes anyone know if line 32 of the view_own.module file will be changed to the following to include content types added to features?
if (($type->module == 'node') || ($type == "features")) {
Comment #15
kenorb commentedVersion 6.x is no longer supported due to Drupal 6 End of Life.