Closed (fixed)
Project:
Node Gallery
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2013 at 23:56 UTC
Updated:
20 Jun 2013 at 18:44 UTC
Jump to comment: Most recent file
Comments
Comment #1
ahaus commentedComment #2
ahaus commentedSeems to be a permission problem.
If I try the path "myapp/node/117/upload" for the working node gallery relationship it shows the tab correctly.
If I try for it for another node gallery relationship (where the "Upload New Items" tab is not shown) it brings up an "Access Denied" error.
I am testing this with the admin user (1).
Comment #3
zengenuity commentedI was able to replicate the issue.
Try the attached patch.
Comment #4
ahaus commentedThanks for this patch. It did the trick for me.
For one Drupal instance I had to recreate the relationships. On another Drupal instance I just applied the patch and it worked (no need for recreating the relationships).
Comment #5
ahaus commentedComment #6
stinky commentedHere's what I got when I tried to apply the patch:
[root@dev node_gallery]# patch -node_gallery_api.module < node_gallery-missing-upload-tab-1911314-3.patch
patch: **** Only garbage was found in the patch input.
Comment #7
stinky commentedTried
patch < node_gallery-missing-upload-tab-1911314-3.patchand I think it worked, but the upload tab is still missing.Comment #8
stinky commentedAny ideas on getting the Upload tab to appear???