| Summary: | [design] Action's menu is cached and only updated when the viewpart is deactivated and reactivated | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Hasan Ceylan <hceylan> | ||||||
| Component: | Workbench | Assignee: | Project Inbox <rap-inbox> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | hceylan | ||||||
| Version: | 1.2 | ||||||||
| Target Milestone: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| Whiteboard: | sr121 | ||||||||
| Attachments: |
|
||||||||
|
Description
Hasan Ceylan
Created attachment 139538 [details]
Removes the cache from the pulldown menu
Hi Hasan,
the attached patch should fix this problem. Can you verify this solution?
Having applied the patch the pulldown button of the action has disappeared... Hasan Created attachment 139542 [details]
Removes the cahce from the pulldown menu
Sorry my fault. I made changes after testing it. I have attached the right version. Can you pleasy test it again? Thank you.
(In reply to comment #3) > Created an attachment (id=139542) [details] > Removes the cahce from the pulldown menu > > Sorry my fault. I made changes after testing it. I have attached the right > version. Can you pleasy test it again? Thank you. > Hello Holger, The latest patch resolves the menu cache problem. However I have spotted one more problem with the drop down actions: If the view is a form based view, the actions disappear... Would you please let me know the time line for that? Hasan Hi Hasan, this sounds like a new bug. I will proof the behaviour and open a new one. Hasan I can't verify this behaviour. Can you please provide some code to reproduce it and open a separate bug for this? Thanks. (In reply to comment #6) > Hasan I can't verify this behaviour. Can you please provide some code to > reproduce it and open a separate bug for this? Thanks. > Hello Holger, I think it is rather then being a form based something else. The common behaviour for our form are the data is passed after the view is created therefore the actions are added to the bars lazily after the initial creation phase. I think this dould be it! Regards, Hasan Hi Hasan, please post comments that belongs to the forms bug to bug 283276. The attached patched icommitted to CVS HEAD and 1.2 maintenance. |