Page 1 of 1

Issue with Allowed Campaign modification in User Groups

PostPosted: Thu Jun 19, 2014 5:38 pm
by globalmarksol
Hey guys,

I wanted to see if I could get pointed in the right direction on how to install one of these patch files. I am having the issue where the ALL CAMPAIGNS option disappears in the User Group section. After doing some research I see that the issue was resolved with this patch: http://www.vicidial.org/VICIDIALmantis/view.php?id=615

If anybody here could be kind enough to point me in the right direction of how to install one of these patches in my system I would really appreciate it. I have my own server running Vicidial on a CentOS 6 system.

Thank you!

Re: Issue with Allowed Campaign modification in User Groups

PostPosted: Fri Jun 20, 2014 8:49 am
by omarrodriguezt
Hello,
This patch will do changes to your admin.php file.
1 - Make a backup of your admin.php
cp admin.php admin.php.bck
2-do a patch
first readt the syntaxys: man patch
then apply it
patch admin.php < admin.php.allowed_campaign_user_group.patch

more details
http://jungels.net/articles/diff-patch-ten-minutes.html

Re: Issue with Allowed Campaign modification in User Groups

PostPosted: Sat Jun 21, 2014 9:32 pm
by williamconley
globalmarksol wrote:Hey guys,

I wanted to see if I could get pointed in the right direction on how to install one of these patch files. I am having the issue where the ALL CAMPAIGNS option disappears in the User Group section. After doing some research I see that the issue was resolved with this patch: http://www.vicidial.org/VICIDIALmantis/view.php?id=615

If anybody here could be kind enough to point me in the right direction of how to install one of these patches in my system I would really appreciate it. I have my own server running Vicidial on a CentOS 6 system.

Thank you!


You posted your vicidial version with build, kudos, but you did not post your installation method or its version. Please do .. it helps us decipher your situation (and often helps bring together those with the same problem).

You have listed a bug that has been fixed for some time. I doubt that you need to apply a patch. It is much more likely that you have misconfigured something (changed the permission of a user to be unable to see the item in question). If, however, that problem is what you are experiencing it is MUCH better to just upgrade to the latest version. You'll get that patch (if you are using a version before it) and all the other patches since then.