Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2010 at 21:01 UTC
Updated:
19 Jul 2010 at 17:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
dawehnerThanks for providing the information!
I don't know how this happend, the line just missed/ was removed
What do you mean with menu options? It works fine here, please provide a step by step tutorial
Comment #2
caravinci commentedThe menu issue goes like this...
1. create page display
2. set values for required stuff like path, title and so on.
*here comes the broken part*
3. set menu to "normal menu entry"
4. press update
done
as with ajax, it just goes back to it's default, off, setting
Comment #3
dawehnerThings that i found out: views_ui_edit_display_form_submit does not get executed.
Comment #4
dawehnerbut only, if there is another option set as no menu.
Comment #5
caravinci commentedIf by 'option' you mean 'page' display, I only have one, and there's no way to set menu to the view itself.
So we're still stuck, I guess
Comment #6
caravinci commentedAjax is fixed, so Menu is the issue now
Comment #7
dawehnerAjax is not the case anymore.
The other issue is not so easy to fix.
Comment #8
ryan.armstrong commentedI'm having the same issue. On a page view, clicking menu gives you the 4 menu options, but clicking any of them doesn't provide you with the additional options. If you click update, it simply doesn't do anything and remains in the 'no menu' state. Using the 7x-dev from the 30th of April of both Drupal and Views here.
Comment #9
micheHaving identical issue as #8.
Comment #10
mariusz.slonina commentedI have also no response when try to "Rewrite the output of this field". But, check this checkbox, save the field, open in again, and you will see textarea to input your replacement text.
Comment #11
davidneedhamSame issue here. Is there anything we can do to help / troubleshoot?
Comment #12
dawehnerI tryed to debug / understand this long long time. But i still don't understand why it does not work.
Sadly i knew where the problem had to be but its long ago already.
Comment #13
ryan.armstrong commentedI just upgraded to the latest dev and the issue still persists. I would love to know if there is anything I can do, or information I could provide to help debug this issue. Let me know.
Comment #14
dawehnerIf the issue would have been fixed the issue would have been fixed.
File a patch if you can fix this shit.
Comment #15
mariafromatoz commentedI am trying Views 3.x-dev for Drupal 7.x-dev for the first time and I have the same issue with the Page Settings: Menu - it won't set to 'Normal menu entry' and always reverts to 'No menu'.
I wish I knew how to create a patch but I am not there yet. ;o) I will keep an eye in this post hoping for an angel.
Cheerio,
Maria
Comment #16
daviddoria commentedSame problem here. When I change the menu type, it "snaps" right back to "none".
Comment #17
dawehnerI will be happy if someone wants to find the problem and debug it. I tryed it many many times and i don't have an idea currently.
Comment #18
gopagoninarsing commentedHi,
I to have the same problem.But when i replaced the ajax.js with the ajax.js from CVS, it is working fine for me.
When am debugging i found dependeny.autoAttach is executing twice.Solution for this is provided in the CVS ajax.js file.
Try applying the patch attached to this comment for the ajax.js file.
Comment #19
dawehnerYes!! Coool.
Thanks for this information!
So this issue is fixed.