When using the "Create Widget Wizard" (admin/build/embed-widgets/widgets/add), I am able to successfully complete the Setup screen. On the second "Content" screen, in the "add content" section, none of my sources are visible and I am instructed to "create a source." When I try to create a source, either via this link in the wizard or the normal "Create source" link, it works just fine, but my new sources are still not visible in the create widget process. I have created multiple sources successfully, all of type View, but none are ever visible in the "add content to widget" phase. Thoughts or suggestions? Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 797230_embed_widgets_views_access_issue.patch | 995 bytes | zyxware |
| #2 | 797230_embed_widgets_views_access_issue.patch | 686 bytes | zyxware |
Comments
Comment #1
hihappycats commentedComment #2
zyxware commentedIt seems views_access called to check permissions to views displays requires a different set of parameters. We have created a patch to fix this issue. Can you please check this out.
Comment #3
Bimble commentedI have the same problem, same version. When adding a new "views" source, it seems to work okay, submits without error - but the source does not appear in the 'source list' and a widget cannot be created.
It appears that the submit process is not actually working, because the table embed_widgets_sources is empty.
I also don't see how the patch above will fix anything, it's just replacing one comment with another :/
Comment #4
zyxware commentedSorry for the wrong patch here is the new one.
Comment #5
joberg commentedThanks zyxware this worked great!
Comment #6
nally commentedI applied this patch, and it did improve the situation in that now a single source for the widget does appear. Unfortunately for me that source isn't the one I was hoping to see. (so I'd call this situation an improvement for sure, just not what i was hoping for).
This may mean that this patch is required, and that I'd need to start from scratch to keep the internal tables coherent, etc.