Closed (works as designed)
Project:
CRM Core
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2012 at 13:37 UTC
Updated:
28 Aug 2014 at 17:28 UTC
Jump to comment: Most recent

Comments
Comment #1
cr0ss commentedGot this issue fixed by creating Navigation links on modules installing.
Comment #2
dealancer commentedYour commit could be found here http://drupalcode.org/project/crm_core.git/commitdiff/8e806e471a68e2ac65....
1. This functions works in not expected way:
Moreover we don't use crm_ui_plid anywhere in the code, so it is better to get rid of it and update this function to following code which will work faster then before:
P.S.
In future, if you want other people to make a review, please create a patch before committing. It is good for making code better that is going to be committed.
Comment #3
dealancer commentedActually it should be
Comment #4
cr0ss commentedFixed
Comment #5
dealancer commentedWith a recent dev install nothing happens.
P.S.
Please, do not commit and then set status to needs review. It is not very good, cause people immediately get update in the dev version, which could break anything.
The good workflow is:
1) Make changes
2) Make diff
3) Add path to the issue
4) Update status to needs review
Make commits in case if you are sure that it will work good and if this patch was reviewed before.
Comment #6
dealancer commentedComment #7
Anonymous (not verified) commentedFixed in latest development release.